sort -t, -k3 -g based on general numerical value (handling both integers and floating points correctly). -n numerically, ensuring that numbers are compared as numbers. -h human-readable numbers (like 1K, 2M, etc.), but may not work as expected if you're not dealing with human-readable formats.
last updated: