DEV Community

Discussion on: Vim to the rescue: Human Readable Processes

Collapse
 
bernolt profile image
JESOP Bernard

If you only want to get the 15 first lines, why don't you use

head -n15

instead of

grep "load average" -A 15

?

Collapse
 
l04db4l4nc3r profile image
Angad Sharma

That can also be used. Actually that's better