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:
parent
eba372ca23
commit
2cda19e75b
1 changed files with 6 additions and 6 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue