Home | History | Annotate | Download | only in pack

Lines Matching refs:archive

13 Pack applies the operation to the archive, using the names as arguments to the operation.
17 c append files (from the file system) to a new archive
18 p print files from the archive
19 r append files (from the file system) to the archive
20 t list files from the archive
21 x extract files from the archive
23 The archive argument to the c command must be non-existent or a
24 valid archive file, which will be cleared before adding new entries. It
25 is an error if the file exists but is not an archive.
28 causes the operation to apply to all files in the archive.
30 In contrast to Unix ar, the r operation always appends to the archive,
31 even if a file with the given name already exists in the archive. In this way