打印和拼接文件的工具。 更多信息:https://www.gnu.org/software/coreutils/cat.
cat {{path/to/file}}
cat {{path/to/file1 path/to/file2 ...}} > {{target_file}}
cat {{path/to/file1 path/to/file2 ...}} >> {{target_file}}