Answers for "search big files on linux"

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
0

linux search for files larger than

$ find . -type f -size +4G
Posted by: Guest on October-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language