Linux command: awk
Revision as of 15:33, 12 November 2015 by Rafahsolis (talk | contribs) (Created page with "Comand line text processing Examples: <source lang="bash"> awk -F, '{print NR, length($0)}' filename.txt #print line number and line length </source>")
Comand line text processing Examples:
awk -F, '{print NR, length($0)}' filename.txt #print line number and line length