Lines Matching +full:input +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
41 Input.
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
70 (o mode only)
71 When writing a cpio archive, use the (newer, non-PWB) binary format.
73 (o mode only)
80 (o mode only)
83 (o mode only)
88 (o mode only)
92 .It Fl d , Fl Fl make-directories
96 (i mode only)
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
140 Input mode.
143 (i and p mode only)
150 (o mode only)
151 Compress the file with xz-compatible compression before writing it.
152 In input mode, this option is ignored; xz compression is recognized
153 automatically on input.
163 (p mode only)
167 (o mode only)
170 In input mode, this option is ignored.
172 (o mode only)
173 Compress the archive with lz4-compatible compression before writing it.
174 In input mode, this option is ignored; lz4 compression is recognized
175 automatically on input.
177 (o mode only)
178 Compress the archive with zstd-compatible compression before writing it.
179 In input mode, this option is ignored; zstd compression is recognized
180 automatically on input.
182 (o mode only)
183 Compress the file with lzma-compatible compression before writing it.
184 In input mode, this option is ignored; lzma compression is recognized
185 automatically on input.
187 (o mode only)
190 In input mode, this option is ignored.
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.
261 (i mode only)
280 (o mode only)
281 Compress the archive with bzip2-compatible compression before writing it.
282 In input mode, this option is ignored;
283 bzip2 compression is recognized automatically on input.
285 (o mode only)
286 Compress the archive with compress-compatible compression before writing it.
287 In input mode, this option is ignored;
288 compression is recognized automatically on input.
290 (o mode only)
291 Compress the archive with gzip-compatible compression before writing it.
292 In input mode, this option is ignored;
293 gzip compression is recognized automatically on input.
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.