FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

piger/netmask: Simple utility to work with network ranges. · GitHub

/ netmask Public

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netmask

A very simple utility to work with CIDR ranges; it can list all IP addresses in a range or check if an address is part of a range.

Usage

To list all addresses in a range:

netmask 192.168.0.0/24

To check if an address is part of a range:

netmask 192.168.0.0/24 192.168.0.1

The exit code will be 0 if the address is part of the range and 1 if it isn't.

About

Simple utility to work with network ranges.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL