sed
-
linux编辑文件查找内容(linux文件内容搜索命令)
一、find 查找命令 # 在目录下查找文件并打印路径,子目录也会查找 find /home/test -name test.sh -print 12 命令选项: -name 按照文件名查找 -perm 按照文件权限来查找文件 -prune 不在当前指定的目录查找。如果...
一、find 查找命令 # 在目录下查找文件并打印路径,子目录也会查找 find /home/test -name test.sh -print 12 命令选项: -name 按照文件名查找 -perm 按照文件权限来查找文件 -prune 不在当前指定的目录查找。如果...