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


Click here to return to the 'Better then Better way to do the crucial line' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Better then Better way to do the crucial line
Authored by: sing on Aug 27, '04 10:15:15AM
Why you use grep?

sudo renice -19 -p `ps -ax | grep Quake3 | awk '{print $1}'

Why not use command like this:
sudo renice -19 -p `ps -axw | awk 'match($5,"Quake3") {print $1}'



sumimasen. anatano Lisa... japanese is not supported :-(

[ Reply to This | # ]