AWK: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 3: Line 3:
<br />
<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}'
cat stats_collection.log | grep svmem | awk '{print $1 $2," - ",$7}'