Skip to content

nqmt/linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Linux Command

tar

Create

tar <option> <file name to be archive> <place to>

with foder

tar cvf example-tar-set-filename.tar ./tar

each files & compress with gzip

tar czvf example-tar-set-filename.tar ./tar/1.txt ./tar/2.txt

Extract

tar xvf example-tar-set-filename.tar

Note

c - create
v - verbose (show list file process)
f - filename
x - extract
z - compress gzip

!!! Order option is important

tar cfv !== tar fvc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages