Stream text processing: Revision history

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.

6 October 2024

  • curprev 22:3222:32, 6 October 2024413vhcu1lq0463ob talk contribs 3,858 bytes +3,858 Created page with "=== cat === Reads a text file Some useful options: * -n show line numbers * -b show non blank line numbers * -s split multiple break lines into single break line * -A shows special chars ==== tac (the opposite of cat) ==== Reads a text file from the last line to the first === head === Reads the first 10 lines of the file (some distros uses 5 by default) Some useful options: * -n<number> shows this number of lines * -<number> shows this number of lines * -c<number>..." Tag: Visual edit: Switched