1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:46:00 +02:00

fast: add page (#5342)

This commit is contained in:
Owen Voke 2021-03-03 14:13:47 +00:00 committed by GitHub
parent 0ea2adae09
commit 968a6ef4a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/common/fast.md Normal file
View file

@ -0,0 +1,16 @@
# 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`