Which flag should be applied with the sort command to begin sorting from the nth column of the (m+l)th field?
Explanation
The correct syntax to specify the starting position for sorting in the sort command uses the +m.n option, where sorting begins at the nth column of the (m+l)th field.