Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to unzip Tar file

## Untar files in Current Directory ##
tar -xvf filename.tar.gz

## Untar files in specified Directory ##
tar -xvf filename.tar.gz -C /path_name_for_unzip/

-x : extract
-C : specified directory
-v : Verbosely show the .tar file progress.
-f : filename of archive file
Comment

untar .tar file

tar -xvf yourfile.tar
Comment

PREVIOUS NEXT
Code Example
Shell :: how install lxd on lxd ubuntu 18.04 
Shell :: apache config location 
Shell :: uninstall tensorflow colab 
Shell :: docker log tail 
Shell :: install packages from selected repo yum 
Shell :: how to push code to github forcefully 
Shell :: how to compare float values in shell script 
Shell :: how to push code to github 
Shell :: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted 
Shell :: how to create a bash script 
Shell :: find large files in ubuntu 
Shell :: awk get second column from command output 
Shell :: remove root permission from folder 
Shell :: how to screenshot ubuntu 20.04 
Shell :: install nuxt 
Shell :: extract a tar.xz file linux 
Shell :: upgrade notebook 
Shell :: adb tap screen 
Shell :: launch emulator from terminal 
Shell :: golang protobuff installation 
Shell :: how to recover from git stash 
Shell :: yum add proxy 
Shell :: scss in gatsby 
Shell :: ubuntu install netcat 
Shell :: bily-101 github 
Shell :: android init emulator with cli 
Shell :: install calliope 
Shell :: use python shell with git bash 
Shell :: uninstall edb postgres mac 
Shell :: add description to commit git 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =