Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

list file in tar archive

#List file in tar archive without extracting  (with various compression formats) 
tar -tvf archive.tar
tar -ztvf archive.tar.gz
tar -jtvf archive.tar.bz2
tar -Jtvf archive.tar.xz
Comment

tar archive all files in directory

cd ..
tar czf workspace.tar.gz workspace
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu default terminal font family 
Shell :: git pull conflict como fazer pull e sobreescrever tudo? 
Shell :: update powershell 
Shell :: install git linux 
Shell :: git exit commit message 
Shell :: npm install bootstrap 3 angular 
Shell :: git status 
Shell :: stern install mac 
Shell :: solana mint one nft 
Shell :: Install Inkscape 1.x manager ubuntu 
Shell :: Linux install from .tar.gz 
Shell :: how to pull remote changes to local branch 
Shell :: my terminator does not working properly 
Shell :: use github.com/stretchr/testify/assert 
Shell :: download spotify linux 
Shell :: Installing Command line tools for Xcode via CLI 
Shell :: git buffer 
Shell :: install node in nvm 
Shell :: git change author multiple commits 
Shell :: tar.exe zip format 
Shell :: extract tar.gz linux command line 
Shell :: preserve permissions tar 
Shell :: crontab is not running my shell script 
Shell :: could not store password 
Shell :: docker history 
Shell :: list threads in process ubuntu 
Shell :: du linux 
Shell :: ssh login using rsa 
Shell :: insta;; fingerprint in kali linux 
Shell :: delete from transfer.sh 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =