mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 16:55:38 +00:00
Update cheatsheets
This commit is contained in:
21
fast
Normal file
21
fast
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user