unzip command in ubuntu
// install
sudo apt install zip unzip
// zip
zip -r example.zip original_folder
// unzip
unzip file.zip -d destination_foldersudo apt-get install unzip
unzip file.zip -d destination_folder
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 extractunzip zipped_file.zip -d unzipped_directory
Also in C++:
- ubuntu restart mariadb
- clear history centos
- how to activate conda environment on linux terminal
- git rebase is not working
- rename file in git commit
- sed replace with no line
- installing ruby on rails ubuntu 20.04
- pyinstaller icon image
- crontab is not running my shell script
- git rename remote
- install postcss
- tablet mode powershell script
- github See branches (in your local machine)
- linux install figlet
- git remove tracked files without deleting
- bash check if variable is empty
- how to open epub file in ubuntu
- start apache2 ubuntu
- update raspi
- bash list the top ten largest values in a column
- uninstall redis ubuntu terminal
- git log in command line pretty view
- bash if greater than
- genetic algorithm optimization equation - matlab github