Login
Remember
Register
Ask a Question
How do you sort the entries in a text file in ascending order?
0
votes
asked
Nov 11, 2020
in
Linux
by
sharadyadav1986
How do you sort the entries in a text file in ascending order?
#linux-text-file
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 11, 2020
by
rahuljain1
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
...