AWK print longest line in file Uncategorized Jun 032020 awk ‘{ if (length($0) > max) {max = length($0); maxline = $0} } END { print maxline }’ YOURFILE Sorry, the comment form is closed at this time.
Sorry, the comment form is closed at this time.