Answers for "biggest file in the directory linux"

1

linux find largest files only

sudo find / -xdev -type f -size +100M
Posted by: Guest on May-15-2021
0

show biggest folder or file linux

# du -a /home | sort -n -r | head -n 5
Posted by: Guest on November-16-2020

Code answers related to "biggest file in the directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language