30 Apr 2009
Linux bash: how to sort a file
I just discovered that there is already one sort command in the linux bash!
Simply use the following code to sort your dict.txt file and output the result to mydict.txt:
sort dict.txt > mydict.txt
[.::MDT::.] on the Internet
30 Apr 2009
I just discovered that there is already one sort command in the linux bash!
Simply use the following code to sort your dict.txt file and output the result to mydict.txt:
sort dict.txt > mydict.txt