Add "sort lines" option
peterfilipek opened this issue · 3 comments
peterfilipek commented
I think it would be very helpful add option to sort lines alphabetically (ascending / descending), sort lines case insensitive.
martinrotter commented
@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 commented
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 commented
@peterfilipek OK, I will add it.