Bash Scripting - Text Processing in Scripts
Which of the following is the correct awk syntax to print the third field separated by a comma?
-F, option sets the field separator to a comma.-F, before the awk program: awk -F, '{print $3}' file.csv.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions