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: mkhaw on Mar 19, '04 12:12:31PM
You could also define a bash alias in your .bashrc such as: alias remember='history | grep $1'

[ Reply to This | # ]