Nov 212009
Output 1 sample to a file
top -n 1 -b > top-output.txt
Output 1 sample to an email
top -n 1 -b | mail -s “Here’s my top” me@jamesborder.com
here is the mac version
top -l 1 | mail -s “Here’s my top mac” me@jamesborder.com
Output 1 sample to a file
top -n 1 -b > top-output.txt
Output 1 sample to an email
top -n 1 -b | mail -s “Here’s my top” me@jamesborder.com
here is the mac version
top -l 1 | mail -s “Here’s my top mac” me@jamesborder.com
Sorry, the comment form is closed at this time.