.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .TH IMDL-TORRENT-STATS "1" "April 2020" "Intermodal v0.1.3" "Intermodal Manual" .SH NAME \fBimdl\ torrent\ stats\fR - Show statistics about a collection of `.torrent` files. .SH "SYNOPSIS:" .IP imdl torrent stats [FLAGS] [OPTIONS] \fB\-\-input\fR .SH "FLAGS:" .TP \fB\-h\fR, \fB\-\-help\fR Print help message. .TP \fB\-p\fR, \fB\-\-print\fR Pretty print the contents of each torrent as it is processed. .TP \fB\-V\fR, \fB\-\-version\fR Print version number. .SH "OPTIONS:" .TP \fB\-e\fR, \fB\-\-extract\-pattern\fR ... Extract and display values under key paths that match `REGEX`. Subkeys of a bencodeded dictionary are delimited by `/`, and values of a bencoded list are delmited by `*`. For example, given the following bencoded dictionary `{"foo": [{"bar": {"baz": 2}}]}`, the value `2`'s key path will be `foo*bar/baz`. The value `2` would be displayed if any of `bar`, `foo[*]bar/baz`, or `foo.*baz` were passed to `\-\-extract\-pattern. .TP \fB\-i\fR, \fB\-\-input\fR Search `PATH` for torrents. May be a directory or a single torrent file. .TP \fB\-l\fR, \fB\-\-limit\fR Stop after processing `N` torrents. Useful when processing large collections of `.torrent` files.