Solaris 递归grep文件find ./ -type f -print | xargs file | grep text | sed -e s/:.*// | xargs grep
Solaris 递归grep文件
find ./ -type f -print | xargs file | grep text | sed -e "s/:.*//" | xargs grep -i string
Solaris 递归grep文件
find ./ -type f -print | xargs file | grep text | sed -e "s/:.*//" | xargs grep -i string