Follow-up Comment #1, bug #51151 (project findutils):

I'm not sure if I understand the requirement correctly,
but isn't

  $ xargs -n1 -a <(ls) vi

or (for file names with unusual characters)

  $ xargs -0n1 -a <(find -type f -print0) vi

what you are looking for?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51151>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to