Tag: filter
Fetch columns of Output using Awk
July 9, 2007
One can use awk to get a specific column from a command output… First column of the command date|awk ‘{print…
Using Awk
May 11, 2007
Simple uses for awk Get the second column from the output ps aux | awk ‘{print $2}’ Use a different…
Recent Comments