파일을 출력하고 연결합니다. 더 많은 정보: https://keith.github.io/xcode-man-pages/cat.1.html.
stdout
에 출력:cat {{경로/대상/파일}}
cat {{경로/대상/파일1 경로/대상/파일2 ...}} > {{경로/대상/출력_파일}}
cat {{경로/대상/파일1 경로/대상/파일2 ...}} >> {{경로/대상/출력_파일}}
cat -u {{/dev/tty12}} > {{/dev/tty13}}
stdin
을 파일에 기록:cat - > {{경로/대상/파일}}
cat -n {{경로/대상/파일}}
M-
접두사가 붙은 경우 비-ASCII):cat -v -t -e {{경로/대상/파일}}