摘要:
把标准输入复制到标准输出和一个或多个文件中
tee [options] file-list 阅读全文
摘要:
为文件建立链接
ln [options] existing-file [new-link]
ln [options] existing-file-list directory 阅读全文
摘要:
显示文件类别
file [option] file-list 阅读全文
摘要:
分屏显示文本文件
less [options] [file-list] 阅读全文
摘要:
分页显示文本
more [options] file 阅读全文
摘要:
连接或显示文件
cat [options] [file-list] 阅读全文
摘要:
创建文件或修改文件时间
touch [options] file-list 阅读全文
摘要:
复制文件
cp [options] source-file destination-file
cp [options] source-file-list destination-directory 阅读全文
摘要:
重命名、覆盖或移动文件
mv [options] existing-file new-filename 阅读全文