Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Unzip all zip files in a proper directory

ls *.zip|awk -F'.zip' '{print "unzip "$0" -d "$1}'|sh
Comment

unzip in folder

unzip package.zip -d /opt
Comment

PREVIOUS NEXT
Code Example
Shell :: How to delete multiples files in Github 
Shell :: ubuntu change user 
Shell :: remove file history from git 
Shell :: bash echo 
Shell :: git branch from commit 
Shell :: nvidia proprietary driver arch linux 
Shell :: django activate shell 
Shell :: gui for ubuntu server 
Shell :: dns benchmark arch linux 
Shell :: laravel permission ubuntu lamp 
Shell :: luarocks 
Shell :: screenshot to clipboard ubuntu 20 
Shell :: how to push code to bitbucket 
Shell :: delete a branch git 
Shell :: Starting ssh-agent on Windows 10 fails: "unable to start ssh-agent service, error :1058" 
Shell :: check number of cores in ubuntu 
Shell :: add file in ignored folder git 
Shell :: how to install phpmyadmin with nginx on ubuntu 20.04 
Shell :: replace tab sed 
Shell :: remving merged commit 
Shell :: bad interpreter: /bin/python3^M: no such file or directory 
Shell :: linux create user with homedir 
Shell :: npx gitignore generator 
Shell :: git refresh .gitignore 
Shell :: install bully kali 
Shell :: install brew mac 
Shell :: uninstall package with yarn 
Shell :: linux ping latency print on screen .sh file 
Shell :: copy from vim to clipboard 
Shell :: debian EXPKEYSIG 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =