Answers for "linux find big file"

1

find large files linux

sudo find /your/path -xdev -type f -size +1000M

or use the graphical analyser "filelight"
Posted by: Guest on October-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language