PRIVATEBIN-CREATE(1) | Privatebin Manual | PRIVATEBIN-CREATE(1) |
NAME¶
privatebin-create – create a paste
SYNOPSIS¶
privatebin create [-h | -help] [--burn-after-reading] [--expire=<time>]
[--formatter=<format>] [--open-discussion]
[--password=<password>] [--gzip] [--attachment]
[--filename=<filename>] STDIN
DESCRIPTION¶
Create paste.
OPTIONS¶
- -h, --help
- Show help message.
- --burn-after-reading
- Delete the paste after reading.
- --expire <time>
- The time to live of the paste.
- --formatter <format>
- The text formatter to use, can be plaintext, markdown or syntaxhighlighting.
- --open-discussion
- Enable discussion on the paste.
- --password
- Add password on the paste.
- --attachment
- Create the paste as an attachment.
- --filename
- Open and read filename instead of stdin.
- --gzip
- GZip the paste data.
EXAMPLES¶
Create a paste on the default privatebin instance:
-
$ cat example.txt | privatebin create
SEE ALSO¶
AUTHORS¶
Bryan Frimin.
April 15, 2024 | 2.0.1 |