1

Limit process number in TOP command outupt

view story
linux-howto

http://www.unix.com – Linux top command prints more than 40 processes. top -b -n 1 > Top_Output.txt Is there a straight-forward option/way to limit only till the top 5 processes. ( Instead of using head, tail or other unix commands together) (HowTos)