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

sort -f -f should be accepted #5667

Closed
sylvestre opened this issue Dec 17, 2023 · 0 comments · Fixed by #5681
Closed

sort -f -f should be accepted #5667

sylvestre opened this issue Dec 17, 2023 · 0 comments · Fixed by #5681
Labels

Comments

@sylvestre
Copy link
Contributor

sylvestre commented Dec 17, 2023

GNU:

$ echo "foo"|/usr/bin/sort -f -f
foo

Ours:

echo "foo"|../target/debug/coreutils sort -f -f
error: the argument '--ignore-case' cannot be used multiple times

Usage: ../target/debug/coreutils sort [OPTION]... [FILE]...
just1602 added a commit to just1602/coreutils that referenced this issue Dec 20, 2023
just1602 added a commit to just1602/coreutils that referenced this issue Dec 20, 2023
just1602 added a commit to just1602/coreutils that referenced this issue Dec 20, 2023
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

Successfully merging a pull request may close this issue.

1 participant