Take a peek at the man page for sort…
-n, --numeric-sort compare according to string numerical value
So here is an example…
sort -n filename
Take a peek at the man page for sort…
-n, --numeric-sort compare according to string numerical value
So here is an example…
sort -n filename