|
|
|
|
|
by mksybr
741 days ago
|
|
If you're trying to replace find, please add something equivalent to find's -print0/-ls to feed it's output into xargs. Otherwise it may not work correctly on unusually named files (not that I've tried it yet). EDIT: seems to be a similar issue with fselect: https://github.com/jhspetersson/fselect/issues/150 |
|