
ipcalc
List of commands for ipcalc:
-
ipcalc:tldr:00ee0 ipcalc: Show the network address of provided IP address and netmask.$ ipcalc -n ${1-2-3-4}/${24}try on your machineexplain this command
-
ipcalc:tldr:35ad4 ipcalc: Show the broadcast address of an address or network.$ ipcalc -b ${1-2-3-4}/${30}try on your machineexplain this command
-
ipcalc:tldr:5aa70 ipcalc: Show information about an address or network in CIDR notation.$ ipcalc ${1-2-3-4}/${24}try on your machineexplain this command
-
ipcalc:tldr:6f5ea ipcalc: Display geographic information about a given IP address.$ ipcalc -g ${1-2-3-4}try on your machineexplain this command
-
ipcalc:tldr:e596b ipcalc: Show information about an address or network with a given subnet mask.$ ipcalc ${1-2-3-4} ${255-255-255-0}try on your machineexplain this command