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


Click here to return to the 'Help with remembering UNIX commands' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Help with remembering UNIX commands
Authored by: cteselle on Mar 19, '04 12:23:20PM
The history could help you too.

history will return a list like:

106 9:20 ls -l
107 9:20 pwd
108 9:20 du -sk

let's say you want to run command # 107 again, you would simply enter !107 hit return and that command is run again.

hope this helps someone...

[ Reply to This | # ]