Hacker News new | ask | show | jobs
Null terminated lists of things in bash (lambdapapers.com)
3 points by prajjwal 2298 days ago
1 comments

Worth nothing that at the very least find's `-print0` and xargs's `-0` are not POSIX compliant and may not be available unless you're using GNU. Presuming the rest are the same though I'm not sure.