I've been scripting in TCL/Expect and want to query multiple devices in a network. In order to do this I've written executable shell scripts that do the querying on 1 device. What I now need is a main script that receives as input a list of devices to query and then starts executing the already writ...
I'm writing a script to retrieve data from devices in a network. Now I want to put the data I retrieve into a SQL database for easy querying. In order to do this I need to parse the retrieved data. Thereby I just want to retrieve the part that I am interested in. I can do this using shell scripting ...