AWK: Difference between revisions

4 bytes added ,  4 years ago
 
Line 11:
* $0 is the entire line.
* Usage:
cat stats_collection.log | grep svmem | awk '{print $1 " " $2," - ",$7}'
 
= Built In Variables =