Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
help:general_linux:linux_advanced [2016/05/18 14:15]
jebailie [awk]
help:general_linux:linux_advanced [2016/05/18 14:16]
jebailie [awk]
Line 32: Line 32:
 * good for printing columnar data, note that the field separator (between the columns) can be anything (space, tab, colon, etc) and can be specified with -F * good for printing columnar data, note that the field separator (between the columns) can be anything (space, tab, colon, etc) and can be specified with -F
 <code> <code>
-user@tim:~$ cat test.file |awk '{print $2}'+user@tim:~$ awk '{print $2}' test.file
 cat cat
 dog dog