bash command for unzipping tar.gz files
# Basic syntax:
tar -zxvf file.tar.gz
# Where:
# - x tells tar to extract the files
# - v tells the command to list all of the files in the archive
# - z tells the tar command to uncompress the file (gzip)
# - f tells tar that you are going to give it a file name to work with
tar -xvzf community_images.tar.gz
Also, to extract in a specific directory
for eg. to extract the archive into a custom my_images directory .
tar -xvzf community_images.tar.gz -C my_imagestar xvzf file.tar.gz
Also in C++:
- how to setup a web server
- git push rejected
- xrandr non cambia la luminosità
- delete branches in bulk git
- No module named notebook
- powershell open device manager
- npx cap sync Unable to find node_modules/@angular-eslint/builder
- Homebrew PHP appears not to be linked. Please run [valet use [email protected]]
- Cinelerra install terminal
- cmd kill process by pid
- react-native init directory locked in ubuntu why
- how to forcefully delete a directory in linux
- github add all files/directories and subdirectories
- install easyadmin-bundle symfony
- install terminus in ubuntu
- vscode save git credentials
- how to access bashrc on linux
- approle hashicorp vault
- how to hide log in background job in linux
- Install Lumen CSV Reader package from Nuget Package Manager in Visual Studio
- readme.md editor github
- uninstall program from ubuntu
- upgrade composer
- git orphan branch