mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 02:41:46 +00:00
22 lines
427 B
Plaintext
22 lines
427 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# fast
|
|
|
|
> Test your download and upload speed using fast.com.
|
|
> More information: <https://github.com/sindresorhus/fast-cli>.
|
|
|
|
- Measure the current download speed:
|
|
|
|
`fast`
|
|
|
|
- Measure the current upload speed in addition to download speed:
|
|
|
|
`fast --upload`
|
|
|
|
- Display results on a single line to reduce spacing:
|
|
|
|
`fast --single-line`
|