打印和拼接文件的工具. 更多信息: https://www.gnu.org/software/coreutils/cat.
cat {{file}}
cat {{file1}} {{file2}} > {{target_file}}
cat {{file1}} {{file2}} >> {{target_file}}
cat -n {{file}}
M-
cat -v -t -e {{file}}