Program to search a linux server for text
Easy if you only have a few search strings.
Lets say I want to search a linux server for a list
of 100 ips+dns+hostnames (300 strings for example)
I would need a python or bash script to grab each search item
and then search the entire server. A very long process.
Is there a way to index everything on the server and then run
the script on just that indexed file ?
Is there a better way to search a server for this many terms ?
|