Tuesday, September 27, 2011

gawk and shell script

use "gawk" in shell script, and both take argument.


a=$1;
gawk '{print $1}' $a

No comments: