Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to find empty directories in linux

find . -type d -empty # use this to find the empty files

find . -type d -empty -delete #use this to delete all empty dirctories
Comment

how to find empty folders linux

find . -type d -empty
Comment

PREVIOUS NEXT
Code Example
Shell :: how to check if a commit is in a branch 
Shell :: linux go to home directory 
Shell :: yarn install from package.json 
Shell :: installing react router dom with yarn 
Shell :: ubuntu times new roman font 
Shell :: git get remote branches 
Shell :: git clone different name 
Shell :: shell method 
Shell :: sum decimals bash 
Shell :: linux unzip tar.gz 
Shell :: fish add rust to path 
Shell :: pesquisar commit git 
Shell :: get vscode extensions with powershell script 
Shell :: git diff between local and remote branch 
Shell :: powershell get all applications installed 
Shell :: how to cd into local machine using ubuntu subsystem 
Shell :: how to install graphviz jupyter 
Shell :: create a repo using github api 
Shell :: install hyperopt 
Shell :: install font awesome linux 
Shell :: Skype Downlaod Command. 
Shell :: adonis make migration 
Shell :: install pytorch for cuda 10.0 
Shell :: download windows lock screen wallpaper 
Shell :: install golang 
Shell :: how to link a directory in linux 
Shell :: committed to wrong branch 
Shell :: take input from user windows shell 
Shell :: how to install zsh in fedora 
Shell :: brew mongodb: unknown version :mountain_lion 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =