how to untar tar.gz
tar xvzf file.tar.gztar -xzf file.tar.gz# 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 withtar -xvf yourfile.tar.gztar -zxvf file_name.tar.gztar xvzf file.tar.gz
Also in C++:
- set node role kubernetes
- install juyptar
- linux read binary file
- github untrack files
- bash script: replace . with :
- restart yabai fast
- extract tar.xz linux
- powershell open chrome url in incognito
- certbot apache site
- centos 7 openldap install
- install shutil
- install firewall-cmd centos 7
- install zsh ubuntu
- - Installation request for jenssegers/mongodb ^3.6 -> satisfiable by jenssegers/mongodb[v3.6.0, v3.6.1, v3.6.2, v3.6.3, v3.6.4]. - Conclusion: don't install laravel/framework v7.22.4
- pip install apache beam
- install mcrypt extension centos 7
- xampp ubuntu
- wait n seconds in shell script
- vue-cli-service not found ubuntu
- how to execute docker command in shell script
- crontab is not running my shell script
- vue cli
- check service status in linux
- vim jump to beginning of line