cat

Print and concatenate files. More information: https://www.gnu.org/software/coreutils/cat. Print the contents…

cat

Print and concatenate files. More information: https://www.gnu.org/software/coreutils/cat.

cat {{path/to/file}}

cat {{path/to/file1 path/to/file2 ...}} > {{path/to/output_file}}

cat {{path/to/file1 path/to/file2 ...}} >> {{path/to/output_file}}

cat -u {{/dev/tty12}} > {{/dev/tty13}}

cat - > {{path/to/file}}

cat -n {{path/to/file}}

cat -v -t -e {{path/to/file}}

Также может быть вам интересно:
LinuxFreeBSDТрюки BashТерминал/Консоль
← cam cc →