Skip to content

criscanedo/cidr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cidr
====

cidr is a small, primitive tool used to convert IPv4 CIDR notation to its
representative address range.

Install
-------

git:

    $ git clone https://git.sr.ht/~hackexe/cidr
    $ cd cidr
    $ make
    # make install

tarball:

    $ curl -O gopher://satorii.org/9/src/cidr.tar.gz
    $ tar -xzvf cidr.tar.gz
    $ cd cidr
    $ make
    # make install

Usage
-----

    $ cidr 10.0.0.0/24

A complete list of examples can be seen in the cidr(1) man page.