In the last episode (Apr 26), Jason Granum said:
> When I do a:
>
> mysql -e 'command here' > filename
>
> the file contains the output that mysql -e would have outputted but
> without the bars, and without the formatting that it uses to align
> everything all nice and neat.
>
> I'm needing the formatting because I'm going to then pipe the file to
> email, so I can keep a count, etc every night on whats in the
> databases. Without the formatting its painfull to look at.
>
> How can I get around this problem?
-t --table Output in table format
--
Dan Nelson
dnelson@stripped