The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-27-2009
pludi's Avatar
pludi pludi is offline Forum Staff  
Moderator
  
 

Join Date: Dec 2008
Location: .at
Posts: 1,846
From 'man tar'
Code:
       -r, --append
              append files to the end of an archive
From 'man zip' (Zip 2.32 on SuSE 10.3)
Code:
       -g     Grow  (append  to)  the  specified  zip  archive, instead of creating a new one. If this operation fails, zip attempts to
              restore the archive to its original state. If the restoration fails, the archive might become corrupted. This  option  is
              ignored when there's no existing archive or when at least one archive member must be updated or deleted.