Wednesday, May 30, 2007

[Work] awk basic examples

awk '{printf("%20.5f %20.5f\n", $1, $2)}' file
awk '{print $1, $2}' file

No comments: