Answers for "sort by first column in bash"

2

bash sort by column

sort -k2 -n yourfile
Posted by: Guest on January-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language