Ignore directory path in find (in shell)
This question already has an answer here:
您可以使用-regex
选项:
find -type f ! -regex '.*/media/.*'
链接地址: http://www.djcxy.com/p/78126.html
上一篇: 在find命令中排除子路径
This question already has an answer here:
您可以使用-regex
选项:
find -type f ! -regex '.*/media/.*'
链接地址: http://www.djcxy.com/p/78126.html
上一篇: 在find命令中排除子路径