top | item 22510377 Null terminated lists of things in bash 3 points| prajjwal | 6 years ago |lambdapapers.com 1 comment order hn newest dastx|6 years ago 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.
dastx|6 years ago 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.
dastx|6 years ago