mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 23:00:51 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/x-ping
Normal file
29
tldr/x-ping
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# x ping
|
||||
|
||||
> Enhanced modules for ping.
|
||||
> More information: <https://x-cmd.com/mod/ping>.
|
||||
|
||||
- Ping a specific host (defaults to bing.com if omitted):
|
||||
|
||||
`x ping {{host}}`
|
||||
|
||||
- Show ping results as a heatmap:
|
||||
|
||||
`x ping {{[-m|--heatmap]}} {{host}}`
|
||||
|
||||
- Show ping results as a bar graph:
|
||||
|
||||
`x ping {{[-b|--bar]}} {{host}}`
|
||||
|
||||
- Process ping results and display as heatmap:
|
||||
|
||||
`ping {{host}} | x ping vis {{[-m|--heatmap]}}`
|
||||
|
||||
- Show help:
|
||||
|
||||
`x ping {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user