Answers for "ls command using size"

18

ls file size

ls -l --block-size=M
Posted by: Guest on May-28-2020
0

ls by size

ls -lS  # -l to see list with sizes, -S to sort
Posted by: Guest on June-24-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language