mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 12:43:55 +00:00
23 lines
561 B
Plaintext
23 lines
561 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# transmission-show
|
|
|
|
> Get information about a torrent file.
|
|
> See also: `transmission`.
|
|
> More information: <https://manned.org/transmission-show>.
|
|
|
|
- Display metadata for a specific torrent:
|
|
|
|
`transmission-show {{path/to/file.torrent}}`
|
|
|
|
- Generate a magnet link for a specific torrent:
|
|
|
|
`transmission-show --magnet {{path/to/file.torrent}}`
|
|
|
|
- Query a torrent's trackers and print the current number of peers:
|
|
|
|
`transmission-show --scrape {{path/to/file.torrent}}`
|