摘要:
Grep用法 grep [匹配条件] [处理文件] 可以多个文件,空格隔开 Grep参数 命令行举例 //tt.txt文件内容php php java python golang wangteng shandong asp net php http java sdfdsfphp java sdfds 阅读全文
摘要:
语法格式 find [路径] [选项] [操作] 选项: -name 【按照文件名称查找】 find /etc -name '*.conf' //查找/etc目录下以conf结尾的文件 -iname find . -iname aa // 查找当前目录下文件名为aa的文件,不区分大小写 -perm 阅读全文