On 11/1/06, Yonik Seeley (JIRA) <[EMAIL PROTECTED]> wrote:
echo $rs | grep '<response.*status="0"' > /dev/null 2>&1 if [[ $? != 0 ]] then [...]
Looks good. Any thought on switching to a more powerful scripting language for these things? Were this python, frinstance, a basic xml parser could be thrown together in a couple lines. Python is also more cross-platform than bash scripting. -Mike
