Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

extract gz file ubuntu

gzip -d file.gz
Comment

untar gz file ubuntu

#Untar to the specific dirctory -C qualifier for customized directory
#You must cd into the directory containg the file first
tar -xf archive.tar.gz -C /home/linuxize/files
#Untar specific files from  archive.tar.gz
tar -xf archive.tar.gz file1 file2
Comment

PREVIOUS NEXT
Code Example
Shell :: list of files in git commit 
Shell :: flutter web setup 
Shell :: delete branch git 
Shell :: git display unrelated histories 
Shell :: conda install opencv 
Shell :: how to add gif in github readme 
Shell :: unzip to directory 
Shell :: git amend 
Shell :: git list all remote branches 
Shell :: kubectl cleanup pods 
Shell :: remove permission denied file folder linux 
Shell :: Failed at the sharp@0.16.2 install script 
Shell :: mac terminal restart 
Shell :: check size of hidden current directory linux 
Shell :: dual boot kali linux isnt showing 
Shell :: How to install LAMP in Ubuntu 18.04? 
Shell :: httpd service centos 7 and centos 8 
Shell :: search by commit message 
Shell :: tailwindcss cli 
Shell :: show branch detail branch info in git 
Shell :: powershell to string 
Shell :: ubuntu large text 
Shell :: delete a local and remote git branch 
Shell :: cmd find file dir 
Shell :: how to save windows lock screen images 
Shell :: get current branch name git 
Shell :: how to install a app from adb 
Shell :: whoami command 
Shell :: Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx. 
Shell :: list all gpg keys ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =