Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to get the files using the most storage ubuntu

# This finds all files over 10MiB
find / -size +10M -ls
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #files #storage #ubuntu
ADD COMMENT
Topic
Name
3+6 =