> If I understand correctly, all you need to do is write the desired
> commands out to a text file, then either direct stdin to the text file,
> or use the '.read" command.

Yes, I could write the commands out to a file (ick!), but I don't
really want to add four lines and a whole lot of I/O.  I could also
use a "here document", but again, I was kind of hoping to do it all in
one string from the command line.  It is a common enough operation
that I am going to hold out for an answer to my original question.

Thanks though!
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to