/ Published in: Bash
URL: http://www.unix.com/unix-dummies-questions-answers/30450-sort-third-column-n-command.html
Expand |
Embed | Plain Text
sort -k3n,3 data.file or sort -b -k3n,3 data.file
You need to login to post a comment.
URL: http://www.unix.com/unix-dummies-questions-answers/30450-sort-third-column-n-command.html
sort -k3n,3 data.file or sort -b -k3n,3 data.file
You need to login to post a comment.