7
votes
What is your single most favorite command-line trick using Bash?
I use the following a lot:
The :p modifier to print a history result. E.g.
!!:p
Will print the last command so you can check that it's correct …
