mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 08:01:02 +00:00
Update cheatsheets
This commit is contained in:
@@ -16,24 +16,24 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run a speed test and specify the unit of the output:
|
||||
|
||||
`speedtest --unit={{auto-decimal-bits|auto-decimal-bytes|auto-binary-bits|auto-binary-bytes}}`
|
||||
`speedtest {{[-u|--unit]}} {{auto-decimal-bits|auto-decimal-bytes|auto-binary-bits|auto-binary-bytes}}`
|
||||
|
||||
- Run a speed test and specify the output format:
|
||||
|
||||
`speedtest --format={{human-readable|csv|tsv|json|jsonl|json-pretty}}`
|
||||
`speedtest {{[-f|--format]}} {{human-readable|csv|tsv|json|jsonl|json-pretty}}`
|
||||
|
||||
- Run a speed test and specify the number of decimal points to use (0 to 8, defaults to 2):
|
||||
|
||||
`speedtest --precision={{precision}}`
|
||||
`speedtest {{[-P|--precision]}} {{precision}}`
|
||||
|
||||
- Run a speed test and print its progress (only available for output format `human-readable` and `json`):
|
||||
|
||||
`speedtest --progress={{yes|no}}`
|
||||
`speedtest {{[-p|--progress]}} {{yes|no}}`
|
||||
|
||||
- List all `speedtest.net` servers, sorted by distance:
|
||||
|
||||
`speedtest --servers`
|
||||
`speedtest {{[-L|--servers]}}`
|
||||
|
||||
- Run a speed test to a specific `speedtest.net` server:
|
||||
|
||||
`speedtest --server-id={{server_id}}`
|
||||
`speedtest {{[-s|--server-id]}} {{server_id}}`
|
||||
|
||||
Reference in New Issue
Block a user