mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 16:02:08 +02:00
acountry: add page (#8611)
This commit is contained in:
parent
2ad103b54b
commit
ae3b0b1adf
1 changed files with 16 additions and 0 deletions
16
pages/linux/acountry.md
Normal file
16
pages/linux/acountry.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# acountry
|
||||||
|
|
||||||
|
> Print the country where an IPv4 address or hostname is located.
|
||||||
|
> More information: <https://manned.org/acountry>.
|
||||||
|
|
||||||
|
- Print the country where an IPv4 address or host is located:
|
||||||
|
|
||||||
|
`acountry {{example.com}}`
|
||||||
|
|
||||||
|
- Print extra [d]ebugging output:
|
||||||
|
|
||||||
|
`acountry -d {{example.com}}`
|
||||||
|
|
||||||
|
- Print more [v]erbose information:
|
||||||
|
|
||||||
|
`acountry -v {{example.com}}`
|
Loading…
Add table
Reference in a new issue