ARBTT-IMPORT(1) | Program references | ARBTT-IMPORT(1) |
NAME¶
arbtt-import - imports dumped arbtt data samples
SYNOPSIS¶
arbtt-import [OPTION...]
DESCRIPTION¶
arbtt-import reads data from standard input and adds the entries to the logfile. It supports the Show format as well as the JSON format, and can be used in a streaming fashion (i.e. it will write entries as they are read from standard input).
By default, this program completely overrides the existing file, therefore it will refuse to work if the log file already exists. If you want to overwrite a file, please delete it before running arbtt-import. If you want to extend an existing file, use the --append option.
OPTIONS¶
-h, -?, --help
-V, --version
-f FILE, --logfile FILE
-a, --append
-t FORMAT, --format FORMAT
FILES¶
~/.arbtt/capture.log
SEE ALSO¶
See the arbtt manual for more information and the arbtt hackage page[1] for newer versions of arbtt.
AUTHORS¶
Joachim Breitner <mail@joachim-breitner.de>
Sergey Astanin <s.astanin@gmail.com>
Martin Kiefel <mk@nopw.de>
Muharem Hrnjadovic <muharem@linux.com>
Markus Hauck <markus1189@gmail.com>
Thomasz Miąsko <tomasz.miasko@gmail.com>
Waldir Pimenta <waldyrious@gmail.com>
Gwern Branwen <gwern@gwern.net>
Paolo G. Giarrusso <p.giarrusso@gmail.com>
Michal J. Gajda <migamake@migamake.com>
NOTES¶
- 1.
- arbtt hackage page
05/05/2022 | [FIXME: source] |