I want to sort the multiple columns of text file out.txt using shell script. Here is my try:
sort -n -k 3,4 out.txt > sorted-out1.txt
I want to sort the multiple columns of text file out.txt using shell script. Here is my try:
sort -n -k 3,4 out.txt > sorted-out1.txt