The Pythoning

Scrapbooking useful Python programming ephemera and:

"Eating way more food than necessary at a meal, with the intent of stocking up so not to have to eat again for a long time." (from Urban Dictionary).

Mar 30

cat - concatenate files and print on the standard output

-n, --number

number all output lines

-b, --number-nonblank

number nonempty output lines

-s, --squeeze-blank

suppress repeated empty output lines

set -o noclobber
set +o noclobber (>|)

allow and prevent redirection of cat accidentally overwriting existing files


  1. jonathanblakes posted this