.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH join 1 "July 2022" "sq 0.26.0" "Sequoia Manual" .SH NAME join \- Joins packets split across files .SH SYNOPSIS \fBjoin\fR [\fB\-o\fR|\fB\-\-output\fR] [\fB\-\-label\fR] [\fB\-B\fR|\fB\-\-binary\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fIFILE\fR] .SH DESCRIPTION Joins packets split across files .PP Splitting a packet sequence into individual packets, then recombining them freely with "sq packet join" is a great way to experiment with OpenPGP data. .PP The converse operation is "sq packet split". .SH OPTIONS .TP \fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR Writes to FILE or stdout if omitted .TP \fB\-\-label\fR=\fILABEL\fR [default: auto] [possible values: auto, message, cert, key, sig, file] Selects the kind of armor header .TP \fB\-B\fR, \fB\-\-binary\fR Emits binary data .TP \fB\-h\fR, \fB\-\-help\fR Print help information .TP [\fIFILE\fR] Reads from FILE or stdin if omitted .SH EXAMPLES Split a certificate into individual packets .PP .nf .RS sq packet split juliet.pgp .RE .fi .PP Then join only a subset of these packets .PP .nf .RS sq packet join juliet.pgp\-[0\-3]* .RE .fi .SH "SEE ALSO" For the full documentation see . .PP sq(1) sq\-armor(1) sq\-autocrypt(1) sq\-certify(1) sq\-dearmor(1) sq\-decrypt(1) sq\-encrypt(1) sq\-inspect(1) sq\-key(1) sq\-keyring(1) sq\-keyserver(1) sq\-packet(1) sq\-packet\-decrypt(1) sq\-packet\-dump(1) sq\-packet\-split(1) sq\-revoke(1) sq\-sign(1) sq\-verify(1) sq\-wkd(1)