Mar
30th
Mon
30th
tip: awk
to print all lines where, e.g., the second field matches a regex use awk ‘$2 ~ /regex/’ http://bit.ly/BVnN
to print all lines where, e.g., the second field matches a regex use awk ‘$2 ~ /regex/’ http://bit.ly/BVnN