-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
… aaaand the even longer awaited functionality to append a slash to a
directory’s name upon ustar creation (like gtar)
- Loading branch information
Showing
6 changed files
with
35 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.\" $MirOS: src/bin/pax/cpio.1,v 1.22 2011/08/16 13:27:01 tg Exp $ | ||
.\" $MirOS: src/bin/pax/cpio.1,v 1.23 2011/08/16 13:45:00 tg Exp $ | ||
.\" $OpenBSD: cpio.1,v 1.26 2007/05/31 19:19:15 jmc Exp $ | ||
.\" | ||
.\" Copyright (c) 2005, 2009 Thorsten Glaser <[email protected]> | ||
|
@@ -287,6 +287,8 @@ to turn them off, or not, to turn them on: | |
0x0040: Extract hard links by copying if linking fails. | ||
.It Ar numid | ||
0x0080: Use only numeric uid and gid values. | ||
.It Ar gslash | ||
0x0100: Append a slash after directory names. | ||
.El | ||
.Pp | ||
This option is only implemented for the cpio, sv4cpio, | ||
|
@@ -298,7 +300,9 @@ and | |
specifiers are ignored. | ||
For all formats except ustar, the | ||
.Ar numid | ||
specifier is ignored. | ||
and | ||
.Ar gslash | ||
specifiers are ignored. | ||
.It Fl O Ar archive | ||
Use the specified file name as the archive to write to. | ||
.It Fl v | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters