|
|
|
|
|
by eqvinox
10 days ago
|
|
3 reasons against that: * in a lot of cases the performance just doesn't matter * xargs gets you the spaces in filenames landmine * some commands don't even support multiple target filename arguments For scripts in long term use, yeah, sure, figure out xargs maybe. Any other situation with a "| while read" solution, especially on an interactive session, is an oddball and simplicity wins. |
|
Ignorance of xargs gets you the landmine.
Understanding of xargs, helps you complete the mission without blowing off limbs.