Hello, I want to pass the output from one command (e.g. find) to some other command so that each path (output by the first command) gets into a distinct positional parameter of the second command. How can I do this if some paths contain spaces?
- Passing paths with spaces from one command to another Angel Tsankov
- Re: Passing paths with spaces from one command to anot... Mike Frysinger
- Re: Passing paths with spaces from one command to ... Angel Tsankov
- Re: Passing paths with spaces from one command... Greg Wooledge