Comment on Ask YC: What are the command line tools you can't live without?Comments−makecheck18yxargs; say, a fast replacement for a find-exec: % find <whatever> -print0 | xargs -0 <command>
Comments
xargs; say, a fast replacement for a find-exec: % find <whatever> -print0 | xargs -0 <command>