Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'run last command containing ...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
run last command containing ...
Authored by: hayne on Dec 01, '04 06:57:33PM

If you want to re-run a command but don't know what it started with, or don't want the last version of that command, you can use !?

E.g. run the following commands:
ls /System
ls /Users

Now run the following:

!?Sys

and it will redo the first of those two 'ls' commands.



[ Reply to This | # ]