From ae3b0b1adf304803fde403e3b46c0ca82722e37d Mon Sep 17 00:00:00 2001 From: Shubham Kshetre Date: Sun, 2 Oct 2022 04:07:02 +0530 Subject: [PATCH] acountry: add page (#8611) --- pages/linux/acountry.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/acountry.md diff --git a/pages/linux/acountry.md b/pages/linux/acountry.md new file mode 100644 index 0000000000..96012d9b78 --- /dev/null +++ b/pages/linux/acountry.md @@ -0,0 +1,16 @@ +# acountry + +> Print the country where an IPv4 address or hostname is located. +> More information: . + +- 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}}`