Linux/cut: 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.

25 January 2016

  • curprev 15:5215:52, 25 January 2016Kenneth talk contribs 184 bytes +184 Created page with "== String Manipulation == Chopping off the last field of each line? :: Free Tech Support from Ask Dave Taylor!: rev inputfile | cut -f2- | rev > outputfile awk '{$NF=""; p..."