-r is to reverse the results
-n specifies numerical ordering
-k5 indicates it is comparing the entries in the 5th column
solved Can anyone tell me what this expression denotes for bash sorting “sort -r -n -k5”
-r is to reverse the results
-n specifies numerical ordering
-k5 indicates it is comparing the entries in the 5th column
solved Can anyone tell me what this expression denotes for bash sorting “sort -r -n -k5”