Vim is an awesome text editor.
In this video we will see how to sort text in Vim using the ":sort" command.
To Reverse the sorting order - ":sort!"
To ignore case while sorting - ":sort i"
To delete duplicate lines - ":sort u" (u for unique)
For more info about sort ":help sort"
Credits :
Audio : Firefly from Techsmith Media libray
コメント