I know what the problem was... bash was interpreting the `table_name` piece as a command. I had to escape the backticks...
This looks like it's going to work like a charm!!! I'll report back! ~Jake -- Jacob D. Sylvia Jake Sylvia's Consulting 430 Cole St. Seekonk, MA 02771 Cell: (508) - 954 - 2536 EMail: [email protected] Web: http://www.jacobsylvia.com On Mon, Mar 6, 2017 at 7:39 PM, Richard Hipp <[email protected]> wrote: > On 3/6/17, Jacob Sylvia <[email protected]> wrote: > > > > How can I check if that support is compiled in? > > > > The readfile() SQL function was add to the command-line shell in > SQLite version 3.8.6 released on 2014-08-15. > > -- > D. Richard Hipp > [email protected] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

