Re: [sqlite] how to wrie "" char in my html file?

Sat, 31 Mar 2012 02:23:37 -0700

On 31 Mar 2012, at 7:55am, YAN HONG YE <[email protected]> wrote:

> how to wrie <table> char in my html file?

In Unix,

echo '<table>' >> mm.html

In Windows it is something like

echo '<table'> >> mm.html

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to