We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cda9b commit 4912781Copy full SHA for 4912781
pages/common/ipcalc.md
@@ -0,0 +1,24 @@
1
+# ipcalc
2
+
3
+> A tool to calculate IP information (subnet, broadcast, host range) from an IP address and netmask.
4
+> More information: <https://manned.org/ipcalc>.
5
6
+- Display network info for an IP address:
7
8
+`ipcalc {{192.168.0.1}}`
9
10
+- Display network info using CIDR notation:
11
12
+`ipcalc {{192.168.0.1/24}}`
13
14
+- Display network info using a separate netmask:
15
16
+`ipcalc {{192.168.0.1}} {{255.255.255.0}}`
17
18
+- Show only CIDR notation output:
19
20
+`ipcalc {{[-c|--class]}} {{192.168.0.1/24}}`
21
22
+- Show version information:
23
24
+`ipcalc --version`
0 commit comments