//View Tip #194
» Check low space
» Create a Terminal Calculator
» See your favorite commands
» Local/remote webserver
Similar Tips
» ESC-g for glob expansion in bash» Check low space
» Create a Terminal Calculator
» See your favorite commands
» Local/remote webserver
Latest tips by RSS
Click here to subscribe
Follow Shell-Fu on Twitter
Click here to follow
Follow Shell-Fu on identi.ca
Click here to follow
If, like me, you often make mistakes on the command line, try using the history shortcut '^^' to repeat the last command with changes.
For example:
For example:
$ cat fiel cat: fiel: No such file or directory $ ^el^le cat file
Comments
Add your comment
Comments are currently disabled


Using the example, place the cursor in between "el" then press CTRL-t to transpose the two letters.