linux各种查找

查找包含字符串的文件:find / -name "*.php" | xargs grep "getQueue" ; 查找包含特定字符串的文件名:find / -type f | grep "Model" 查找包含特定字符串的目录:find / -type d | grep "Model" 查找 /p

posted on 2013-03-26 12:20  andydaopeng  阅读(159)  评论(0编辑  收藏  举报