Answers for "how to get the files using the most storage ubuntu"

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 "how to get the files using the most storage ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language