logoalt Hacker News

ivladtoday at 6:11 AM0 repliesview on HN

Or, you use `xargs -0` for null termination instead of white space termination. `find` conveniently supports `-print0` that will use null character as separator.