top | item 40587519

(no title)

mksybr | 1 year 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

discuss

order

laktak|1 year ago

Thanks, good point. I'll make sure to add it.