source: trunk/essentials/app-arch/cpio/doc/cpio.1

Last change on this file was 3332, checked in by bird, 18 years ago

cpio 2.7

File size: 1.9 KB
Line 
1.TH CPIO 1L \" -*- nroff -*-
2.SH NAME
3cpio \- copy files to and from archives
4.SH SYNOPSIS
5.B cpio
6{\-o|\-\-create} [\-0acvABLV] [\-C bytes] [\-H format] [\-M message]
7[\-O [[user@]host:]archive] [\-F [[user@]host:]archive]
8[\-\-file=[[user@]host:]archive] [\-\-format=format] [\-\-message=message]
9[\-\-null] [\-\-reset-access-time] [\-\-verbose] [\-\-dot] [\-\-append]
10[\-\-block-size=blocks] [\-\-dereference] [\-\-io-size=bytes] [\-\-quiet]
11[\-\-force\-local] [\-\-rsh-command=command] [\-\-help] [\-\-version]
12< name-list [> archive]
13
14.B cpio
15{\-i|\-\-extract} [\-bcdfmnrtsuvBSV] [\-C bytes] [\-E file] [\-H format]
16[\-M message] [\-R [user][:.][group]] [\-I [[user@]host:]archive]
17[\-F [[user@]host:]archive] [\-\-file=[[user@]host:]archive]
18[\-\-make-directories] [\-\-nonmatching] [\-\-preserve-modification-time]
19[\-\-numeric-uid-gid] [\-\-rename] [\-t|\-\-list] [\-\-swap-bytes] [\-\-swap] [\-\-dot]
20[\-\-unconditional] [\-\-verbose] [\-\-block-size=blocks] [\-\-swap-halfwords]
21[\-\-io-size=bytes] [\-\-pattern-file=file] [\-\-format=format]
22[\-\-owner=[user][:.][group]] [\-\-no-preserve-owner] [\-\-message=message]
23[\-\-force\-local] [\-\-no\-absolute\-filenames] [\-\-sparse]
24[\-\-only\-verify\-crc] [\-\-quiet] [\-\-rsh-command=command] [\-\-help]
25[\-\-version] [pattern...] [< archive]
26
27.B cpio
28{\-p|\-\-pass-through} [\-0adlmuvLV] [\-R [user][:.][group]]
29[\-\-null] [\-\-reset-access-time] [\-\-make-directories] [\-\-link] [\-\-quiet]
30[\-\-preserve-modification-time] [\-\-unconditional] [\-\-verbose] [\-\-dot]
31[\-\-dereference] [\-\-owner=[user][:.][group]] [\-\-no-preserve-owner]
32[\-\-sparse] [\-\-help] [\-\-version] destination-directory < name-list
33.SH DESCRIPTION
34GNU cpio is fully documented in the texinfo documentation. To access the
35help from your command line, type
36.PP
37\fBinfo cpio
38.PP
39The online copy of the documentation is available at the following address:
40.PP
41http://www.gnu.org/software/cpio/manual
Note: See TracBrowser for help on using the repository browser.