Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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}'
Comment

PREVIOUS NEXT
Code Example
Shell :: windows 10 smb1 not working 
Shell :: linux .desktop file for sh file 
Shell :: The chosen size is not valid for the chosen file system. : (-69850) 
Shell :: merge two branches git 
Shell :: how to fetch all git branches 
Shell :: how to generate a .gitignore 
Shell :: using screen in wsl 
Shell :: delphes install 
Shell :: gh configure vim 
Shell :: bashrc check if interactive 
Shell :: apache show connections 
Shell :: awk print all columns 
Shell :: how to create a repository 
Shell :: git clone all repositories in organization 
Shell :: ubuntu stacer review 
Shell :: dockerfile cmd command 
Shell :: pgpassword 
Shell :: nano edit a file 
Shell :: How to show date and complete time on the Ubuntu Top Panel 
Shell :: remote mouse ubuntu 22.04 
Shell :: run redis o docker no auth 
Shell :: wsl2 with cisco anyconnect 
Shell :: how to install redux for react native 
Shell :: guest additions not working on ubutnu 2104 
Shell :: pyenv install mint 
Shell :: ubuntu install all language packs 
Shell :: create symbolic link linux apache 
Shell :: vscode regex src 
Shell :: recover git stash clear 
Shell :: lister branches git distantes 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =