Skip to content

Expands ranges of ip given in input .csv file and creates a output .text file.

License

Notifications You must be signed in to change notification settings

EkanshBhatnagar/ip-expander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ip-expander

Expands ranges of ip given in input .csv file and creates a output .text file. Use this script to expand given IPs in a csv or excel files. Example: Input: 192.168.0.10-192.168.0.15

Output: 192.168.0.10 192.168.0.11 192.168.0.12 192.168.0.13 192.168.0.14 192.168.0.15

IMPORTANT: Input file must be .csv and column with ip addresses must have a title in first cell.

About

Expands ranges of ip given in input .csv file and creates a output .text file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages