Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

open tar.Z files

#Uncompress all *.tar.Z files in a directory
zcat *.Z | tar -xvf -

## To just uncompress .Z
uncompress *.Z
## This gives a .tar file which can be separately extracted in a canonical fashion
tar -xvf *.tar
Comment

PREVIOUS NEXT
Code Example
Shell :: linux add user to group 
Shell :: pm2 logs log time 
Shell :: git clone repository 
Shell :: github desktop arch linux 
Shell :: add images in readme github file 
Shell :: android uninstall application adb 
Shell :: intel hd 4000 ubuntu driver 
Shell :: cmd remove directory not empty windows 
Shell :: git clone permission denied 
Shell :: install packages with pip jupyter 
Shell :: mkdir multiple directories windows 
Shell :: storage setup in termux 
Shell :: dotnet test 
Shell :: ffmpeg reduce video size 
Shell :: chmod a+x 
Shell :: onlne compiler c linux 
Shell :: git init command 
Shell :: aws cli 
Shell :: gnutls_handshake() failed: Error in the pull function 
Shell :: pull changes from different branch 
Shell :: how to mount device linux 
Shell :: react native reactotron bug 
Shell :: fastlane match update certificate 
Shell :: how to run .rpm file in linux 
Shell :: push an existing repository from the command line on github 
Shell :: add local gitignore file 
Shell :: laravel conf apache2 
Shell :: assigning permissions to folder and files in linux 
Shell :: bash change command prompt 
Shell :: bash count occurrences of string in array 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =