1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/fast.md
2025-04-27 10:59:15 +03:00

16 lines
343 B
Markdown

# 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 {{[-u|--upload]}}`
- Display results on a single line to reduce spacing:
`fast --single-line`