adspace


What does sort do in unix?

Answer Posted / Priyam Upadhyay

sort arranges the lines of a text file or input stream in alphabetical or numerical order. By default, it sorts lines lexicographically (alphabetically), but you can specify different ordering rules such as numeric or reverse.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988