|
|
|
|
|
by edgyquant
1674 days ago
|
|
It’s a trade off. I had to use a piped loop earlier this year to extract fallout new Vegas mods and textures since they all had spaces in their file names. For this it was perfect to pipe a list of the names to a loop, but for 99% of things I just use a for loop |
|
BTW, the problem I mentioned earlier can be avoided by using `< <()`:
Almost makes me wonder what the benefit of preferring a pipe here is. I guess it's just about not having to specify what part of the pipeline is in the same shell.