• 2022-06-07
    已知当前目录下存在file1、file2、file3三个文件,下列哪个cat指令是用于将file1与file2的内容附加到file3中的?()
    A: cat  -b  file1   file2  >>  file3
    B: cat  file1   file2  >>  file3
    C: cat  -b  file1  file2    >    file3
    D: cat  file1  file2    >    file3