Answers for "ubuntu find file consuming the most space"

0

how to get the files using the most storage ubuntu

# This finds all files over 10MiB
find / -size +10M -ls
Posted by: Guest on June-05-2021

Code answers related to "ubuntu find file consuming the most space"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language