Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

unzip recursively linux

while [ "`find . -type f -name '*.zip' | wc -l`" -gt 0 ]; do find -type f -name "*.zip" -exec unzip -- '{}' ; -exec rm -- '{}' ;; done
Comment

PREVIOUS NEXT
Code Example
Shell :: verify hash windows 10 
Shell :: swithc branch in github 
Shell :: test gatsby app on mobile 
Shell :: install mtools 
Shell :: git pull master for feature branch 
Shell :: latest package yarn dependencies 
Shell :: python alias 
Shell :: install npm 
Shell :: git stash pop 
Shell :: git keep empty folder 
Shell :: immutable byte ssh 
Shell :: sed remove until first occurrence 
Shell :: install scrapy 
Shell :: check port status linux 
Shell :: windows command cmd date 
Shell :: rename files sequentially linux 
Shell :: How to remove Directories with rm 
Shell :: when hostname ansible 
Shell :: android ndk - configure does not recognize androideabi 
Shell :: sudo !! alias 
Shell :: execution policy powershell single script 
Shell :: how to create release in github 
Shell :: trimspace in bact file 
Shell :: remove git from local repository 
Shell :: The current application is not compatible with NativeScript CLI 8.0.2 
Shell :: bash if statement 
Shell :: could not store password 
Shell :: require php mailer 
Shell :: how to check date is older than x days in shell script 
Shell :: shell variables in unix 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =