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


Click here to return to the 'Alias for bash users:' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Alias for bash users:
Authored by: lionel77 on Aug 05, '05 03:34:10PM

If you are using bash, you want to put the following line into your .bashrc file:

alias psg='ps -augxww | grep -v grep | grep -i'



[ Reply to This | # ]