sort_test
sort_test
, a BASH code which uses the UNIX sort() function.
Source Code:
sort_test.sh
, invokes the SORT command to sort a file containing the text of "The Raven".
the_raven.txt
, a text file.
the_raven_sorted.txt
, the sorted copy of the text file.
Last revised on 22 May 2020.