我知道两者都会将数据从 f1.txt 复制到 f2.txt,但真正的区别是什么?
(cp f1.txt f2.txt)
对比:
(less f1.txt > f2.txt)
command-line file-copy
command-line ×1
file-copy ×1