On Wed, Dec 10, 2008 at 2:53 PM, Crazy Canucks <[EMAIL PROTECTED]>wrote:
> Just wondering if anyone knows it is possible to query a server from a > bash script, and if so, if you could point me in the right direction as > to how to do it. I suppose if it isn't possible, I can always use a > perl script to query the server and output the data to a file. > > Cheers, Drek > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > the bash script can execute the perl script, so its possible with bash. :)for example you can use /dev/tcp http://thesmithfam.org/blog/2006/05/23/bash-socket-programming-with-devtcp-2/ Tyrael _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

