cat

파일 출력 및 연결. 더 많은 정보: https://manned.org/cat.1posix.

cat {{경로/대상/파일}}

cat {{경로/대상/파일1 경로/대상/파일2 ...}} > {{경로/대상/출력_파일}}

cat {{경로/대상/파일1 경로/대상/파일2 ...}} >> {{경로/대상/출력_파일}}

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

cat - > {{경로/대상/파일}}