Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

terminal unzip

sudo apt-get install unzip
unzip file.zip
Comment

linux unzip command

After installing the unzip utility, if you want to extract to a particular destination folder, you can use:

unzip file.zip -d destination_folder

If the source and destination directories are the same, you can simply do:

unzip file.zip
Comment

unzip a file terminal

gunzip test.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: react-devtools agent got no connection 
Shell :: kill port windows 
Shell :: linux view kernel version 
Shell :: install nodejs ubuntu 
Shell :: cent os mariadb remove complete 
Shell :: git fetch specific branch 
Shell :: snap search package 
Shell :: cp folder ubuntu include git 
Shell :: Do you want to accept these changes and continue updating from this repository? 
Shell :: firefox hide password warning 
Shell :: mv batch rename extension 
Shell :: how to follow a file url in vim 
Shell :: configuration file WSL2 to prevent consuming massive memory on your 
Shell :: command to upgrade upgradable packages on Ubuntu 
Shell :: install git flow 
Shell :: how to check temperature of cpu linux 
Shell :: install postgis 2.5 ubuntu 
Shell :: increase volume from terminal 
Shell :: install eslint 
Shell :: dev/random dev/urandom bash 
Shell :: bash nohup specify output file 
Shell :: rabbitmq create user 
Shell :: Upgrading git on CentOS 
Shell :: git global username --replace-all 
Shell :: linux exit file path 
Shell :: linux extract zip with password 
Shell :: adonisjs start 
Shell :: how to setup git locally with ssh 
Shell :: linux copy status 
Shell :: search all folders for file match linux 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =