[f]파일을 출력하고 연결. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html.
stdout에 출력:cat {{경로/대상/파일}}
cat {{경로/대상/파일1 경로/대상/파일2 ...}} > {{경로/대상/출력_파일}}
cat {{경로/대상/파일1 경로/대상/파일2 ...}} >> {{경로/대상/출력_파일}}
stdin을 [f]파일로 작성:cat - > {{경로/대상/파일}}
cat {{[-n|--number]}} {{경로/대상/파일}}
M- 접두사 사용):cat {{[-vte|--show-nonprinting -t -e]}} {{경로/대상/파일}}