Bang Asterisk
Last year I brought up the double bang trick. There is another with the bang and asterisk keys. This combinations takes just the parameters from the previous command.
[user@host ~]$ ls /home
user
[user@host ~]$ cd !*
cd /home
[user@host home]$
user
[user@host ~]$ cd !*
cd /home
[user@host home]$
Enjoy!





