On 6-Jul-05, at 2:56 PM, Chris Petersen wrote:
um, turn off --confirm, for one.. and could always add a "1>&2 2>/dev/null" to the end of it
Small correction, the dev null part has to come first, "1>/dev/null 2>&1", otherwise stdout will go to wherever stderr was going before the null redirection.
- George
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
