Monday, January 4, 2016

Find string with file name in Linux


Find string with file name in Linux


     find  -type f -print0 | xargs -0 grep -l "11440159"

No comments: