This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 4 matches

by sander_vk
Fri Aug 03, 2007 10:16 am
Forum: Scripting Help
Topic: Executing commands simultaniously, max n at a time
Replies: 4
Views: 2810

Thanks!
by sander_vk
Fri Aug 03, 2007 5:03 am
Forum: Scripting Help
Topic: Executing commands simultaniously, max n at a time
Replies: 4
Views: 2810

Well not that much directly. It is about programming TCL. And I could use an eggdrop to execute the commands in parallel.

If you know a better forum to place my questions on I would be happy to post it there.
by sander_vk
Thu Aug 02, 2007 9:03 am
Forum: Scripting Help
Topic: Executing commands simultaniously, max n at a time
Replies: 4
Views: 2810

Executing commands simultaniously, max n at a time

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...
by sander_vk
Fri Jul 06, 2007 7:37 am
Forum: Script Requests
Topic: egrep -o implementation in tcl
Replies: 1
Views: 2098

egrep -o implementation in tcl

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 ...