Skip to content
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

[2.0.0] xargs mode does not handle the utility and arguments same as xargs. #28

Closed
greymd opened this issue Apr 26, 2017 · 0 comments
Closed

Comments

@greymd
Copy link
Owner

greymd commented Apr 26, 2017

$ echo file1 file2 | xargs -n 1 | xpanes rm

it expected following commands will be executed, but it doesn't.

$ rm file1 | $ rm file2
           |
           |

But like this

$ rm  | $ rm 
      |
      |
@greymd greymd changed the title xargs mode does not handle the utility and arguments same as xargs. [2.0.0] xargs mode does not handle the utility and arguments same as xargs. Apr 26, 2017
@greymd greymd closed this as completed in #30 May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant