diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-unstable/man1/tarcat.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man1/tarcat.1')
-rw-r--r-- | upstream/debian-unstable/man1/tarcat.1 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/tarcat.1 b/upstream/debian-unstable/man1/tarcat.1 new file mode 100644 index 00000000..b145cf95 --- /dev/null +++ b/upstream/debian-unstable/man1/tarcat.1 @@ -0,0 +1,25 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" (C) Copyright 2013 Bdale Garbee <bdale@gag.com> +.\" +.TH TARCAT 1 +.SH NAME +tarcat \- concatenates the pieces of a GNU tar multi-volume archive +.SH SYNOPSIS +.B tarcat +files ... +.SH DESCRIPTION +The +.B tarcat +command simply concatenates the files from a GNU tar multi-volume +archive into a single tar archive. +.SH SEE ALSO +.BR tar (1). +.SH AUTHORS +The +.B tarcat +script was written by +Bruno Haible <bruno@clisp.org> and +Sergey Poznyakoff <gray@gnu.org.ua>. +.PP +This document was written by Bdale Garbee <bdale@gag.com> for Debian. + |