What is Output - awk 'BEGIN { if (length($0) > max) max= length($0) } | END { print max }' test.txt

  1. Will print the longest line

  2. Will display all the content of the file

  3. Print the count of the first line of the file.

  4. Will give the count of the longest line


Correct Option: D

Find more quizzes: