Using sed head tail and cat on large text files: 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.

27 April 2013

  • curprev 16:5016:50, 27 April 2013 Admin talk contribs 1,090 bytes +1,090 Created page with " sed -n -e Xp -e Yp FILENAME sed : sed command, which will print all the lines by default. -n : Suppresses output. -e CMD : Command to be executed Xp: Print lin..."