0
Q:

sort unix

# Use sort command
input_text | sort
# or
input_text | sort -r
# For reverse
4
$ sort inputfile.txt > filename.txt
$ sort -o filename.txt inputfile.txt
0

New to Communities?

Join the community