Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

list all files by size

find . -type f  -exec du -h {} + | sort -r -h
Comment

PREVIOUS NEXT
Code Example
Shell :: grep remove duplicates 
Shell :: ! [remote rejected] main - main 
Shell :: git add and commit all 
Shell :: cut tab linux 
Shell :: linux count files in subdirectories 
Shell :: edit file as root ubuntu 
Shell :: Looping over a file lines in bash 
Shell :: bash escape special characters in variable 
Shell :: install composer in ubantu 20 
Shell :: mount cifs ubuntu 
Shell :: git clone to path 
Shell :: git unsafe repository 
Shell :: how to access mongo shell 
Shell :: Run Google Colab With Local Files 
Shell :: what to do with unstaged changes after reset 
Shell :: installing preload in ubuntu 
Shell :: remove a package ubuntu 
Shell :: installing composer command line 
Shell :: heroku upload local database 
Shell :: ssh copy 
Shell :: githu copilot 
Shell :: change regolith terminal 
Shell :: how to install unsigned drivers on windows 10 
Shell :: check user group console linux 
Shell :: aws extend volume ubuntu 
Shell :: -bash: aws: command not found 
Shell :: mongodb clone database 
Shell :: installing mongodb on m1 mac 
Shell :: install brave browser 
Shell :: ionic cordova generate component 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =