Search Results

Search: Posts Made By: MadeInGermany
1,739
Posted By MadeInGermany
Don't print header-only: ps aux | sort -r +2 |...
Don't print header-only:
ps aux | sort -r +2 | awk '$2=="anonymous" && $3>5.0 {if (f++==0) print "%CPU","USER"; print $3,$1}' > mail_body
[ -s mail_body ] &&
{
echo "extra text"
cat mail_body...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 08:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy