All public logs

Combined display of all available logs of PedrosBrainDump. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:32, 6 October 2024 413vhcu1lq0463ob talk contribs created page Stream text processing (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