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

Add "sort lines" option #80

Open
peterfilipek opened this issue Feb 9, 2020 · 3 comments
Open

Add "sort lines" option #80

peterfilipek opened this issue Feb 9, 2020 · 3 comments

Comments

@peterfilipek
Copy link

I think it would be very helpful add option to sort lines alphabetically (ascending / descending), sort lines case insensitive.

@martinrotter
Copy link
Owner

@peterfilipek This could be easily done via external tools, Bash offers sort -f command which does exactly what you want.

http://man7.org/linux/man-pages/man1/sort.1.html

Or do you want purely built-in way which could be faster?

@peterfilipek
Copy link
Author

I use SORT command in Fedora but Windows 10 permanently giving me a headache. Built-in tool for sorting help me solve my situation.

@martinrotter
Copy link
Owner

@peterfilipek OK, I will add it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants