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
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