[UNIX Tips] Learn tar utility in 5 minutes

Tar utility creates an archive, Gzip compressed the files.

tar utility was originated in Unix, but now available in Linux as well to create archived file using a set of files. One file will be created that contains all the files in it. But do not get misunderstand, ".tar" file is not a compressed file. It is only a collection of files within a single uncompressed file.

1. Create tar archive

tar -cf tarFileName.tar file1 file2 file3
This will create an achive named tarFileName.tar and that will include the files specified there (ie: file1, file2, file3).

2. View the list of files

tar -tf tarFileName.tar
This will list the details of the files inside the archive.

3. Extract tar archive

tar -xf tarFileName.tar
This will extract the archive and create the files that were inside the archive.

The above options have the meanings as:
  • c - create an archive
  • f - archive file
  • t - list the content of the archive
  • x - extract an archive

Compress tar with GZIP

If the file is a ".tar.gz" or ".tgz" file it is a collection of files that is compressed. To compress a file, first create the tar file then gzip the file. For using gzip, the option -z has to be used with the above command.

Create tar archive
tar -czf tarFileName.tar.gz file1 file2 file3
z - compress using gzip utility

Now the archive is created as a compressed file.

COMMENTS

BLOGGER: 2
Loading...

Read More...

Name

About,2,Adsense,3,Ant,1,Apache,3,Axis,3,Blogger,1,Books,1,CentOS,2,Chrome,2,CSS,2,Database,3,Earn Online,3,Eclipse,10,Facebook,1,Firefox,10,Gmail,4,GNU/Linux,9,Google,26,GWT,8,Hardware,2,IE,5,Interesting,15,Internet,14,Java,49,Javascript,7,JBoss,1,Jenkins,1,Log4j,2,Me,6,Microsoft,2,Miscellaneous,1,News,11,Opinion,10,OSGi,1,PHP,1,Productivity,3,Programming,36,Puzzle,3,Security,4,Software,41,Sports,9,Spring,2,Story,6,Subversion,3,TDD,4,Tech,2,Tips,1,Tomcat,6,Tutorial,13,Ubuntu,4,Web application,14,Web Design,2,Web services,3,Windows,10,Yahoo,1,Zip,2,
ltr
item
Digizol: [UNIX Tips] Learn tar utility in 5 minutes
[UNIX Tips] Learn tar utility in 5 minutes
Tar utility creates an archive, Gzip compressed the files.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj50UkBfNGx-VUNZCvZsFUG72_t7auPcD-2lOEuOaUSBT0hrdDuNAmJy8_yT9C09T1gftiwWkGn-tvH2j-4cD1tmKujS5qUdo_KX-JzKbMTxn-Bgt_Ih9yKRoXoZKj2tzWzcUMMwA/s1600/tar+utility+tarball+www.digizol.com.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj50UkBfNGx-VUNZCvZsFUG72_t7auPcD-2lOEuOaUSBT0hrdDuNAmJy8_yT9C09T1gftiwWkGn-tvH2j-4cD1tmKujS5qUdo_KX-JzKbMTxn-Bgt_Ih9yKRoXoZKj2tzWzcUMMwA/s72-c/tar+utility+tarball+www.digizol.com.png
Digizol
https://www.digizol.com/2006/02/unix-tips-learn-tar-utility-in-5.html
https://www.digizol.com/
https://www.digizol.com/
https://www.digizol.com/2006/02/unix-tips-learn-tar-utility-in-5.html
true
7440473
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy