Answers for "linux find top 10 largest files"

1

linux find largest files only

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

centos largest folders

# du -Sh | sort -rh | head -5
Posted by: Guest on January-19-2021

Code answers related to "linux find top 10 largest files"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language