Files
cheatsheet-tldr/tldr/fast
2025-09-30 00:19:36 +00:00

26 lines
531 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 {{[-u|--upload]}}`
- Display results on a single line to reduce spacing:
`fast --single-line`
- Display complete results - download/upload speeds, latency, and ISP info:
`fast --verbose`