cat

[f]파일을 출력하고 연결. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html.

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

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

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

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

cat {{[-n|--number]}} {{경로/대상/파일}}

cat {{[-vte|--show-nonprinting -t -e]}} {{경로/대상/파일}}