AWK

Revision as of 16:38, 12 April 2019 by Amanjosan2008 (talk | contribs) (Created page with " cat stats_collection.log | grep svmem | awk '{print $1 $2," - ",$7}'")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


cat stats_collection.log | grep svmem | awk '{print $1 $2," - ",$7}'