bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #51151] [wishlist] xargs -o support for interactive commands


From: Bernhard Voelker
Subject: [bug #51151] [wishlist] xargs -o support for interactive commands
Date: Thu, 1 Jun 2017 13:08:41 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

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

[Prev in Thread] Current Thread [Next in Thread]