Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 212 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 212 Bytes

cidr

A simple command line tool for calculating IPv4 ranges for a CIDR address.

Installation

go get github.com/hankjacobs/cidr

Usage

$ cidr 192.168.1.0/24
192.168.1.0 - 192.168.1.255