1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 11:26:00 +02:00

ipcalc: clarified descriptions

This commit is contained in:
Raymond Douglas 2018-09-01 16:29:13 -07:00 committed by Agniva De Sarker
parent eba372ca23
commit 2cda19e75b

View file

@ -1,23 +1,23 @@
# ipcalc
> Perform simple operations/calculations on IP addresses and networks.
> Perform simple operations and calculations on IP addresses and networks.
- Show information about an address/network:
- Show information about an address or network:
`ipcalc {{ip_address}} {{subnet_mask}}`
- Show information about an address/network in CIDR notation:
- Show information about an address or network in CIDR notation:
`ipcalc {{ip_address}}/{{masked_bits}}`
- Show broadcast address of an address/network:
- Show the broadcast address of an address or network:
`ipcalc -b {{ip_address}}/{{masked_bits}}`
- Show network address of provided IP address and netmask:
- Show the network address of provided IP address and netmask:
`ipcalc -n {{ip_address}}/{{masked_bits}}`
- Display geographic information of provided IP address:
- Display geographic information about a given IP address:
`ipcalc -g {{ip_address}}`