We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it would be very helpful add option to sort lines alphabetically (ascending / descending), sort lines case insensitive.
The text was updated successfully, but these errors were encountered:
@peterfilipek This could be easily done via external tools, Bash offers sort -f command which does exactly what you want.
sort -f
http://man7.org/linux/man-pages/man1/sort.1.html
Or do you want purely built-in way which could be faster?
Sorry, something went wrong.
I use SORT command in Fedora but Windows 10 permanently giving me a headache. Built-in tool for sorting help me solve my situation.
@peterfilipek OK, I will add it.
martinrotter
No branches or pull requests
I think it would be very helpful add option to sort lines alphabetically (ascending / descending), sort lines case insensitive.
The text was updated successfully, but these errors were encountered: