Linux command: awk

From RHS Wiki
Revision as of 15:35, 12 November 2015 by Rafahsolis (talk | contribs) (Protected "Linux command: awk" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Jump to navigation Jump to search

Comand line text processing Examples:

awk -F, '{print NR, length($0)}' filename.txt  #print line number and line length