LWN.net Logo

CLI Magic: Using command history in the bash shell (Linux.com)

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)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds