Sunday, April 24, 2011

Use awk to quickly filter columns from some command output. e.g.: ls -l | awk '{print $3 " " $9}'

Use awk to quickly filter columns from some command output. e.g.: ls -l | awk '{print $3 " " $9}'

No comments:

Post a Comment