bug-findutils
[Top][All Lists]
Advanced

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

xargs --negate-interactive


From: 積丹尼 Dan Jacobson
Subject: xargs --negate-interactive
Date: Fri, 08 Apr 2016 21:52:04 +0800

xargs has

       -p, --interactive
              Prompt  the user about whether to run each command line and read
              a line from the terminal.  Only run the command line if the  re-
              sponse starts with `y' or `Y'.  Implies -t.

But then one needs to enter y RET y RET y RET .

To get the same results with just RET RET RET
xargs needs a --negate-interactive switch,
that would only skip items if y or Y was given!



reply via email to

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