I want to sort on a certain column only for rows containing a certain word. I don\'t want to see rows not containing that word. For example I have this text file:
Pipe your input to an external command:
:%!grep sdf | sort -n -k3
Details: