Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

unzip folder linux

mkdir temp_for_zip_extract
unzip /path/to/file.zip -d temp_for_zip_extract
Comment

unzip linux

unzip file.zip -d destination_folder
or unzip path/to/file.zip
Comment

unzip specific folder linux

unzip /path/to/archive.zip "in/archive/folder/*" -d "/path/to/unzip/to"
Comment

PREVIOUS NEXT
Code Example
Shell :: how to allow traffic on port 8080 in centos 7 
Shell :: timestamp in bash 
Shell :: how to debug wirelessly android 
Shell :: linux verzeichnis löschen 
Shell :: sonarqube docker setup 
Shell :: npm history react install command 
Shell :: replace substring in shell 
Shell :: kubernetes service yaml 
Shell :: sh declare variable 
Shell :: dos delete 
Shell :: Exit bash script if not running as root 
Shell :: run command on startup neovim 
Shell :: install eclipse in ubuntu 
Shell :: how to change git author 
Shell :: nvm zsh command not found 
Shell :: tar extract to folder 
Shell :: docker created network 
Shell :: install code ubuntu 
Shell :: how to determine the file type in ubuntu 
Shell :: install cypress 
Shell :: exit vim 
Shell :: ubuntu make sh file executable 
Shell :: ubuntu version 
Shell :: how to check if docker is installed 
Shell :: install docker on windows using powershell 
Shell :: run dotnet core app 
Shell :: install aws cli on ubuntu 
Shell :: git list remote branches 
Shell :: ubuntu set date time command line 
Shell :: search commit git 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =