grep -irn "hcn" ./

find -name filename

find -name "*.sh" | xargs --color -n "hello"

find ./ -name "*.sh" | xargs grep -in "mcusrv"

相关文章: