Answers for "sort by column bash size"

2

bash sort by column

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

bash ls sort by size

ls -S
Posted by: Guest on June-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language