The command "awk {print $1} san.txt" will:
a) print the first line of file san.txt
b) print the first field of every line in san.txt
c) generate syntax error
d) none of the mentioned

Submitted by: Murtaza
b) print the first field of every line in san.txt
Submitted by: Murtaza

Read Online Awk Programming Job Interview Questions And Answers