AWK: Difference between revisions

95 bytes added ,  5 years ago
no edit summary
No edit summary
No edit summary
Line 3:
<br />
 
= Basics =
Usage:
 
*Awk is a scripting language used for manipulating data and generating reports.T
 
*Usage:
cat stats_collection.log | grep svmem | awk '{print $1 $2," - ",$7}'