Horje
how to take two ip addresses and perform arithemetic bash Code Example
how to take two ip addresses and perform arithemetic bash
# This will take a CIDR block and calculate the number of addresses within that range.
nmap -sL -n 10.10.64.0/27 | awk '/Nmap scan report/{print $NF}'




Shell

Related
Add entry in authorized_keys from windows to linux host Code Example Add entry in authorized_keys from windows to linux host Code Example
bash echo a checkMark based on condition Code Example bash echo a checkMark based on condition Code Example
how to access folder using command on git bash terminal Code Example how to access folder using command on git bash terminal Code Example
command to fix frozen shell Code Example command to fix frozen shell Code Example
upgrade R kernel Code Example upgrade R kernel Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12