Handling file names with spaces when using xargs
I've previously written a short tip on how to perform batch rename operations using ls
, sed
, and xargs
. One of the issues with xargs is that it breaks down when dealing with filenames which include spaces as it assumes that each word in the filename is a separate argument.
- Read more about Handling file names with spaces when using xargs
- Log in to post comments