shell/\343\202\271\343\203\232\343\203\274\343\202\271\343\201\214\345\220\253\343\201\276\343\202\214\343\202\213\343\203\225\343\202\241\343\202\244\343\203\253\345\220\215\343\201\253\345\257\276\343\201\227\343\201\246\357\274\214\345\205\250\346\226\207\346\244\234\347\264\242\343\202\222\350\241\214\343\201\206.md
... ...
@@ -0,0 +1,5 @@
1
+[grep - How can I handle spaces in file names when using xargs on find results? - Server Fault](https://serverfault.com/questions/268368/how-can-i-handle-spaces-in-file-names-when-using-xargs-on-find-results)
2
+
3
+```
4
+$ find /path/to -name "*.html" -print0 | xargs -0 grep -l "rumpus"
5
+```
... ...
\ No newline at end of file