Answers for "list file size linux"

18

linux list files by size mb

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

how to get only a list of size of files bash

ls -l | tr -s ' ' | cut -d ' ' -f 5,9-
Posted by: Guest on November-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language