Answers for "linux how to find the biggest file"

1

linux find largest files only

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

Code answers related to "linux how to find the biggest file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language