find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
-name 檔名
ex. find . -name "*.php"
-i 不區分大小寫
ex. find . -iname "*.php"
-not
ex. find . -not -name "*.php"
-type
f 檔案
ex. find -type f -iname "*gsm*"
d 目錄
ex. find -type d -iname "*gsm*"
沒有留言:
張貼留言