Error   test

Archive for April 16th, 2008

Bang Asterisk

Posted April 16, 2008 at 10:04pm in Computers, Linux

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]$

Enjoy!