CLI Magic: Using command history in the bash shell (Linux.com)
Posted Jul 4, 2006 12:07 UTC (Tue) by
tzafrir (subscriber, #11501)
In reply to:
CLI Magic: Using command history in the bash shell (Linux.com) by NAR
Parent article:
CLI Magic: Using command history in the bash shell (Linux.com)
:make myprog
And I have been through enough situations where the terminal is not fast enough. Either because it is dog slow or because I know exactly what I want to type.
Another useful combination:
$ which mozilla
/usr/bin/mozilla
$ sh -x `!!`
(
Log in to post comments)