How to Make Packages of Files on UNIX (2002)

 

 

One often needs to put a group of files into one single package file. This is typically for the purpose of copying the files from one machine to another. On UNIX systems, the most commonly used pack/unpack program is tar. One uses the c (“create”) command to pack, and the x (“extract”) command to unpack. For example, suppose I have files A, B and C, of which I wish to put copies into a file g.tar. I could type tar cf g.tar A B C The c option means I am creating a tar-file, while the f says that the next item on my command line will be the tar-file name. So, I am creating a tar-file named g.tar from the files A, B and C. [via]
http://heather.cs.ucdavis.edu/~matloff/UnixAn...

Rating: 0/10

 

 

 

Related Files

 

 
Sponsored Links
Free Download Kalorik Manual, Guide, Instructions, available in PDF ebooks format.

Rate this Document

ADS

 

Tag Clouds

 

Last Download

 

BookShelf