somebody wrote:
> .mode tabs does not work:
>
> sqlite3 <<EOF
> .mode tabs
> .show
> EOF
> ...
> separator: "\t"

Obviously, it does work.

> echo -ne "\"\t" >f && sqlite3 <<EOF
> create table t(a text, b text);
> .mode tabs
> .import f t

".mode" sets the *output* mode.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to