grep - How can I handle spaces in file names when using xargs on find results? - Server Fault
$ find /path/to -name "*.html" -print0 | xargs -0 grep -l "rumpus"
このページの著者: takanotume24