I've to process CIDR block and add 2 to the last octet in single line to use it inside of a shell script. For example, if my CIDR block is 10.0.0.0/8, then my output should be 10.0.0.2 only.I've to process CIDR block and add 2 to the las
I've to process CIDR block and add 2 to the last octet in single line to use it inside of a shell script. For example, if my CIDR block is 10.0.0.0/8, then my output should be 10.0.0.2 only.I've to process CIDR block and add 2 to the las