Lines Matching +full:read +full:- +full:only
2 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2003-2007 Tim Kientzle
22 .Ar < name-list
27 .Ar dest-dir
28 .Ar < name-list
39 .Bl -tag -compact -width indent
42 Read an archive from standard input (unless overridden) and extract the
47 If one or more file patterns are specified, only files matching
51 Read a list of filenames from standard input and produce a new archive
54 Pass-through.
55 Read a list of filenames from standard input and copy the files to the
61 .Bl -tag -width indent
63 Read filenames separated by NUL characters instead of newlines.
64 This is necessary if any of the filenames being read might contain newlines.
70 (o mode only)
71 When writing a cpio archive, use the (newer, non-PWB) binary format.
73 (o mode only)
78 Reset access times on files after they are read.
80 (o mode only)
83 (o mode only)
88 (o mode only)
92 .It Fl d , Fl Fl make-directories
96 (i mode only)
97 Read list of file name patterns from
101 Read archive from or write archive to
104 (i mode only)
108 (o mode only)
112 .Bl -tag -width "iso9660" -compact
119 The old POSIX.1 portable octet-oriented cpio format.
129 .Xr libarchive-formats 5
137 Read archive from
143 (i and p mode only)
150 (o mode only)
151 Compress the file with xz-compatible compression before writing it.
163 (p mode only)
167 (o mode only)
172 (o mode only)
173 Compress the archive with lz4-compatible compression before writing it.
177 (o mode only)
178 Compress the archive with zstd-compatible compression before writing it.
182 (o mode only)
183 Compress the file with lzma-compatible compression before writing it.
187 (o mode only)
195 Currently, zip is only a format that
200 .It Fl m , Fl Fl preserve-modification-time
204 .It Fl n , Fl Fl numeric-uid-gid
205 (i mode, only with
213 .It Fl Fl no-preserve-owner
214 (i mode only)
216 This is the default when run by non-root users.
223 .It Fl p , Fl Fl pass-through
224 Pass-through mode.
226 .It Fl Fl preserve-owner
227 (i mode only)
248 modes, this option can only be used by the super-user.
255 containing the name of the file and a line is read from
257 If the line read is blank, the file is skipped.
261 (i mode only)
280 (o mode only)
281 Compress the archive with bzip2-compatible compression before writing it.
285 (o mode only)
286 Compress the archive with compress-compatible compression before writing it.
290 (o mode only)
291 Compress the archive with gzip-compatible compression before writing it.
296 .Ex -std
300 .Bl -tag -width ".Ev BLOCKSIZE"
342 .Dl Nm find Pa src Fl mtime Ar +2 | Nm xargs Nm grep -l foobar | Nm Fl pdmu Pa dest
347 The old POSIX.1 standard specified that only
352 were interpreted as command-line options.
365 are only modifiers to
367 they are not command-line options in their own right.
368 The syntax supported by this implementation is backwards-compatible
380 .Xr libarchive-formats 5 ,
385 .St -p1003.1-96
387 .St -p1003.1-2001 .
390 .St -p1003.1-2001
407 even though it was not well-known outside of AT&T until some time later.
409 This is a complete re-implementation based on the
414 It does not store user and group names, only numbers.