1SQ-PACKET-JOIN(1) USER COMMANDS SQ-PACKET-JOIN(1)
2
3
4
6 sq-packet-join - Joins packets split across files
7
8 Splitting a packet sequence into individual packets, then recombining
9 them freely with "sq packet join" is a great way to experiment with
10 OpenPGP data.
11
12 The converse operation is "sq packet split".
13
14
16 sq packet join [FLAGS] [OPTIONS] [--] [FILE]
17
19 -h, --help
20 Prints help information
21
22
23 -B, --binary
24 Emits binary data
25
27 -o, --output FILE
28 Writes to FILE or stdout if omitted
29
30
31 --label LABEL
32 Selects the kind of armor header [default: auto] [possible
33 values: auto, message, cert, key, sig, file]
34
36 FILE Reads from FILE or stdin if omitted
37
39 # Split a certificate into individual packets
40 $ sq packet split juliet.pgp
41
42 # Then join only a subset of these packets
43 $ sq packet join juliet.pgp-[0-3]*
44
45
47 For the full documentation see <https://docs.sequoia-pgp.org/sq/>.
48
49 sq(1), sq-armor(1), sq-autocrypt(1), sq-certify(1), sq-dearmor(1),
50 sq-decrypt(1), sq-encrypt(1), sq-inspect(1), sq-key(1), sq-keyring(1),
51 sq-keyserver(1), sq-packet(1), sq-packet-decrypt(1), sq-packet-dump(1),
52 sq-packet-join(1), sq-packet-split(1), sq-sign(1), sq-verify(1),
53 sq-wkd(1)
54
55
56
58 Azul <azul@sequoia-pgp.org>
59 Igor Matuszewski <igor@sequoia-pgp.org>
60 Justus Winter <justus@sequoia-pgp.org>
61 Kai Michaelis <kai@sequoia-pgp.org>
62 Neal H. Walfield <neal@sequoia-pgp.org>
63 Nora Widdecke <nora@sequoia-pgp.org>
64 Wiktor Kwapisiewicz <wiktor@sequoia-pgp.org>
65
66
67
680.24.0 (SEQUOIA-OPENPGP 1.0.0) MARCH 2021 SQ-PACKET-JOIN(1)