http://www.perlmonks.org?node_id=494609


in reply to Re^4: UNIX command - remove 0 byte file
in thread UNIX command - remove 0 byte file

GNU xargs offers -i to deal with spaces.

ls | xargs -i ls
XargFoo