用find查找包含“xxx”的程序,一直记不住,记到这里。
find ./ -type f -name "*.php" -exec grep -l "xxx" {} /; >/file_list.txtfind ./ -type
用find查找包含“xxx”的程序,一直记不住,记到这里。
find ./ -type f -name "*.php" -exec grep -l "xxx" {} /; >/file_list.txtfind ./ -type