sort Command - Linux Views : 267
Tagged in : Linux
0 0
Send mail
sort COMMAND:
sort command is used to sort the lines in a text file.

sort test.txt

Sorts the 'test.txt' file and prints result in the screen.


By RameshKumar, On - 2010-01-28



    Login to add Comments .