Linux command: awk
Revision as of 15:40, 12 November 2015 by Rafahsolis (talk | contribs)
Comand line text processing Examples:
awk -F, '{print NR, length($0)}' filename.txt #print line number and line length
awk '{print FILENAME " " length($0)}' */PRF* | uniq