Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to extract zip file in ubuntu terminal

1) sudo apt update

2) sudo apt install unzip

3) unzip yourfilenamehere.zip
Comment

unzip command in ubuntu

Zip-unzip utility:
sudo apt-get install zip unzip
navigate to the place where the zip belongs and,
unzip test.zip, where test.zip is the zip file to extract
Comment

how to install unzip in ubuntu

apt-get install unzip
Comment

ubuntu unzip zip

unzip file.zip -d destination_folder
Comment

unzip ubuntu

unzip zipped_file.zip -d unzipped_directory
Comment

ubuntu unzip zip

// If the source and destination directories are the same, you can simply do:
unzip file.zip
Comment

unzip command ubuntu

unzip filezip.zip
Comment

ubuntu install unzip

apt install unzip
Comment

unzip a zip file ubuntu

unzip gophish*.zip
Comment

ubuntu extract zip

Ubuntu Unzip Zipped file 
Comment

unzip a zip file ubuntu

mkdir gophish
Comment

unzip a file terminal

gunzip test.txt
Comment

unzip a zip file ubuntu

sudo ./gophish
Comment

unzip a zip file ubuntu

chmod u+x gophish
Comment

unzip a zip file ubuntu

mv gophish*.zip gophish
Comment

unzip a zip file ubuntu

"listen_url": "127.0.0.1:3333",
Comment

unzip a zip file ubuntu

"listen_url": "SERVER_IP:3333",
Comment

unzip a zip file ubuntu

cd gophish
Comment

unzip a zip file ubuntu

nano config.json
Comment

PREVIOUS NEXT
Code Example
Shell :: wc - l command in linux 
Shell :: docker compose command 
Shell :: how to install automapper in vs code 
Shell :: linux install toilet 
Shell :: p4merge git config 
Shell :: wget in backround 
Shell :: bash single bracket and double square bracket 
Shell :: share a given window on android 
Shell :: kill traffic to port linux 
Shell :: vim delete duplicate lines 
Shell :: desintaar pip de macos 
Shell :: -sS use nmap 
Shell :: replace spaces with hypen in file names linux 
Shell :: ssh to a machine and run a command 
Shell :: aws codedeploy logs 
Shell :: nvcc issue in jetson nano 
Shell :: terminal osx compare folders and files mojave 
Shell :: oracle docker images 
Shell :: how to switch branches in git 
Shell :: Install DatadogRum 
Shell :: bash expression 
Shell :: lxc command not found 
Shell :: how to check if automatic system updates are working on fedora 
Shell :: how to check pia checksum 
Shell :: find docker compose location 
Shell :: mac bash_profile file not being sourced 
Shell :: installing visual studio code in ubuntu 
Shell :: batch set from file 
Shell :: what is regedit in windows 
Shell :: ascii to binary in bash 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =