Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to get the files using the most storage ubuntu

# This finds all files over 10MiB
find / -size +10M -ls
Comment

PREVIOUS NEXT
Code Example
Shell :: docker compose up only one service 
Shell :: electron app any website 
Shell :: how to un zip a file in linux command line 
Shell :: linux cli see screen resolution 
Shell :: cambiar nombre branch git 
Shell :: Count subdirectories within a directory 
Shell :: How to clear or delete Terminal history in linux 
Shell :: install maven dependencies 
Shell :: steps to commit code in github from vscode 
Shell :: shell script iterate over characters in string 
Shell :: disable iptables debian 
Shell :: how to delete command from terminal history 
Shell :: clear the git stash 
Shell :: check if a command exists 
Shell :: batch delete all files in subfolders of type 
Shell :: get ip address in powershell specifically 
Shell :: git ignore for dart 
Shell :: how to install older version of tensorflow 
Shell :: bash command substitution 
Shell :: download telegram for ubuntu 
Shell :: docker build 
Shell :: linux gz unzip 
Shell :: install cherrypy 
Shell :: install firebase on flutter 
Shell :: check how many container running or not running in docker 
Shell :: to clean npm cache 
Shell :: ngb-tabset install 
Shell :: Git - checkout a specific remote branch 
Shell :: show file format snowflake 
Shell :: ping to my localhost in windows 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =