``` $ tidy -q -xml /dev/null|od -c 0000000 \n 0000001 ``` Please don't even write that. That way one can use test -s to see if there was any output. `$ ... | tidy -q -xml > file.xml ; test -s file.xml && echo Hurray`