2013/6/3 Ryan How <[email protected]>:
> I imagine you could probably change the source of the shell tool fairly
> easily to change the max length, or make it configurable as a command line
> option?
That would be the best I think. With -1 meaning no limit.
> And also make header output optional.
>
> Or you could probably strip the header by piping it through some awk command
> or something (I'm a bit rusty on my unix!)
That is why I called it icing on the cake. :-D
By the way, the simplest way is:
| tail -n +2
I also need tot take care of the footer, but that is easy, I just
replace it with:
| tail -n +2 | grep '|'
> You could probably just make your own version of the shell tool that way you
> could upgrade H2 and retain compatibility, or submit a patch :)
The second answer that urges me to make a patch. I have to delve into
the code. ;-)
--
Cecil Westerhof
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.