Hacker News new | ask | show | jobs
by ivlad 8 days ago
Or, you use `xargs -0` for null termination instead of white space termination. `find` conveniently supports `-print0` that will use null character as separator.