Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/utilities2/trans1.1.1.html
Дата изменения: Fri Jan 17 12:43:26 1997
Дата индексирования: Tue Oct 2 02:36:04 2012
Кодировка:
Creating an archive file

Creating an archive file

To create an archive file use the command:

   tar cvf tarfile_name.tar filenames (directory_name)

The command options cvf modify the way the tar command works. See the manual page for details. By convention the name of a tarfile archive ends in .tar.

When you create a tarfile of a directory all the subdirectories are added; this can result in very large tarfiles. These should be compressed to reduce their size.


[Home] [Search] [Index]