摘要:
例1,根据文件属性查找: find . -type f -name "*config*" ! -path "./tmp/*" ! -path "./scripts/*" ! -path "./node_modules/*" Explanation: find . - Start find from 阅读全文
posted @ 2020-04-19 20:24
yeahle
阅读(5020)
评论(0)
推荐(0)