0 votes
in Linux by
How do you sort the entries in a text file in ascending order?

1 Answer

0 votes
by
How do you sort the entries in a text file in ascending order?

This can be done using the sort command.

Course Curriculum

Linux Administration Certification Training

Weekday / Weekend Batches

$ sort sample.txt
...