Kavya TKnowledge Contributor
Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field?
Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field?
Like letter sorting, we can sort numerically as well. Option -n organizes the numerical and reverses your results using -r option. Below, using the -n option, we’ve arranged the numbers in ascending order. Therefore the smallest number is at the top, and the largest number is at the bottom.