What is Output - awk 'BEGIN { if (length($0) > max) max= length($0) } | END { print max }' test.txt
Will print the longest line
Will display all the content of the file
Print the count of the first line of the file.
Will give the count of the longest line