Skip to content

Bash script to find IP Addresses recursively from a starting directory.

License

Notifications You must be signed in to change notification settings

r-wisniewski/FindIPAddrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Usage

Usage ./findipaddrs.sh DIRECTORY [-u IP_ADDR | -p IP_ADDR]

Required:

DIRECTORY: The starting directory. This directory will be traversed recursively.

Options:

None/Default: Print the number of times any IP Address in occurs in any file in the directories below

-u: Find the number of times a passed ip address occurs in each file in the directory

-p: Find the number of times a passed ip address occurs in each file in the directory

IP_ADDR: IPv4 address in dot-decimal notation

Description

The findipaddr’s shell script will begin at the directory provided searching for either a specified IPv4 address or any IPv4 address found while traversing the supplied directory recursively.

Contact

Robin Wisniewski – LinkedIn[email protected]

About

Bash script to find IP Addresses recursively from a starting directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages