Awk examples: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 June 2015

19 June 2015

7 June 2015

  • curprev 22:1022:10, 7 June 2015Maarten talk contribs 159 bytes +159 Created page with "==ignore first columns and print rest== [maarten.tikal] ➤ echo 'column1 column2 column3 column4' | awk '{print substr($0, index($0,$3))}' column3 column4"