标签:nbsp 其他 管道 inux linux find 指令 常用命令 touch
clear 清屏
chmod 修改文件权限.
常用列表: chmod +x 使文件变为可执行文件. 常用于sh脚本.
touch 创建文件
tar 压缩文件操作. -zxvf, 解压; -zcvf, 压缩.
| 把一条命令的执行结果输入给另一条指令
示例: find / | grep "name"
标签:nbsp 其他 管道 inux linux find 指令 常用命令 touch
原文地址:https://www.cnblogs.com/nextsaturday/p/10352495.html