sort by based on multiple columns

Hi,

Is there any way to sort a file in cshell by sort command, sorting it by multiple fields, like to sort it first by the second column and then by the first column.

Thanks forhead

assume col1 = position 1..10; col2 = 11..20

sort  -k1.11,1.20  -k1.1,1.10  myfile