1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 20:42:07 +02:00

acountry: add page (#8611)

This commit is contained in:
Shubham Kshetre 2022-10-02 04:07:02 +05:30 committed by GitHub
parent 2ad103b54b
commit ae3b0b1adf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/linux/acountry.md Normal file
View 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}}`