find 特殊总结

-maxdepth 1 指定查找深度

find git/asf/v2 -maxdepth 1 -type f | xargs rm -f

-and -or -not 或且非操作

xiaojun.zhang@101-BOS:~/tmp/tmp$ ll
total 40
drwxr-xr-x 2 xxx  xxx    4096 Jun 28 05:47 ./
drwxr-xr-x 7 xxx  xxx    4096 Jun 28 05:45 ../
-rwxr-xr-x 1 xxx  xxx   13678 Jun 28

你可能感兴趣的:(sh,Linux,find)