Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
d-m-u authored Mar 18, 2020
1 parent f8cbb24 commit 7bc1091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Nice visual cheatsheet from the [article](https://clementc.github.io/blog/2018/0
### Bang(!) - The History Expansion
Bash also has some handy features that use the ! (bang) to allow you to do some funky stuff with bash commands.<br>
General notation is `'![event][:word[:modifier[:modifier]...]]'`.<br>
You may ommit word separator `':'`, if the word designator begins with a `'^'`, `'$'`, `'*'`, `'-'`, or `'%'`.<br>
You may omit word separator `':'`, if the word designator begins with a `'^'`, `'$'`, `'*'`, `'-'`, or `'%'`.<br>
If a word designator is supplied without an event specification, the previous command is used as the event.<br>
After the optional word designator, you can add a sequence of one or more modifiers, each preceded by a `':'`.<br>

Expand Down

0 comments on commit 7bc1091

Please sign in to comment.