-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xargs seems to be consuming stdin #934
Comments
@jarun Have you tried to use the following command ? (with
|
And are you using xargs from the package findutils or from busybox? |
I have installed the Termux app from Google Play. So it's the default one. |
Yes, it seems to be the one from BusyBox:
|
Yes, the one from |
@fornwall can we have |
@xeffyr I saw your question now. That won't work as my strings are |
Thanks for the PR @xeffyr! |
The updated package (version |
While trying to read some filenames from a file and removing them interactively,
xargs
seem to be consuming stdin. So the interactive mode doesn't work:However, as the input is from a file (using option
-a
) this should work as it does on all Linux (Tested on Ubuntu and the Linux subsystem for Windows).The text was updated successfully, but these errors were encountered: