Skip to content

wc -l -l or wc -c -c should be accepted #5669

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

Closed
sylvestre opened this issue Dec 17, 2023 · 1 comment
Closed

wc -l -l or wc -c -c should be accepted #5669

sylvestre opened this issue Dec 17, 2023 · 1 comment
Labels

Comments

@sylvestre
Copy link
Contributor

sylvestre commented Dec 17, 2023

GNU:

$ echo "foo"|/usr/bin/wc -c -c
4

Ours:

echo "foo"|../target/debug/coreutils wc -c -c
error: the argument '--bytes' cannot be used multiple times
@cakebaker
Copy link
Contributor

Fixed in #5671

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Status: Done
Development

No branches or pull requests

2 participants