-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zipcmp: add -T for comparing time stamps
- Loading branch information
Showing
7 changed files
with
244 additions
and
235 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
.\" Automatically generated from an mdoc input file. Do not edit. | ||
.\" zipcmp.mdoc -- compare zip archives | ||
.\" Copyright (C) 2003-2022 Dieter Baron and Thomas Klausner | ||
.\" Copyright (C) 2003-2024 Dieter Baron and Thomas Klausner | ||
.\" | ||
.\" This file is part of libzip, a library to manipulate ZIP archives. | ||
.\" The authors can be contacted at <[email protected]> | ||
|
@@ -30,7 +30,7 @@ | |
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN | ||
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
.\" | ||
.TH "ZIPCMP" "1" "March 19, 2022" "NiH" "General Commands Manual" | ||
.TH "ZIPCMP" "1" "March 15, 2024" "NiH" "General Commands Manual" | ||
.nh | ||
.if n .ad l | ||
.SH "NAME" | ||
|
@@ -39,7 +39,7 @@ | |
.SH "SYNOPSIS" | ||
.HP 7n | ||
\fBzipcmp\fR | ||
[\fB\-ChipqstVv\fR] | ||
[\fB\-ChipqsTtVv\fR] | ||
\fIarchive1\ archive2\fR | ||
.SH "DESCRIPTION" | ||
\fBzipcmp\fR | ||
|
@@ -78,6 +78,9 @@ Compare | |
\fB\-s\fR | ||
Print a summary of how many files where added and removed. | ||
.TP 5n | ||
\fB\-T\fR | ||
Additionally compare the time stamps of the entries. | ||
.TP 5n | ||
\fB\-t\fR | ||
Test zip files by comparing the contents to their checksums. | ||
.TP 5n | ||
|
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,5 +1,5 @@ | ||
.\" zipcmp.mdoc -- compare zip archives | ||
.\" Copyright (C) 2003-2022 Dieter Baron and Thomas Klausner | ||
.\" Copyright (C) 2003-2024 Dieter Baron and Thomas Klausner | ||
.\" | ||
.\" This file is part of libzip, a library to manipulate ZIP archives. | ||
.\" The authors can be contacted at <[email protected]> | ||
|
@@ -29,15 +29,15 @@ | |
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN | ||
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
.\" | ||
.Dd March 19, 2022 | ||
.Dd March 15, 2024 | ||
.Dt ZIPCMP 1 | ||
.Os | ||
.Sh NAME | ||
.Nm zipcmp | ||
.Nd compare contents of zip archives | ||
.Sh SYNOPSIS | ||
.Nm | ||
.Op Fl ChipqstVv | ||
.Op Fl ChipqsTtVv | ||
.Ar archive1 archive2 | ||
.Sh DESCRIPTION | ||
.Nm | ||
|
@@ -70,6 +70,8 @@ Compare | |
.Fl v . | ||
.It Fl s | ||
Print a summary of how many files where added and removed. | ||
.It Fl T | ||
Additionally compare the time stamps of the entries. | ||
.It Fl t | ||
Test zip files by comparing the contents to their checksums. | ||
.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
Oops, something went wrong.