On 1/17/15, Dave Dyer <ddyer-sql...@real-me.net> wrote:
>
>>
>>> But that doesn't explain the difference between redirecting to a file
>>> and redirecting to a pipe.
> using .output file works
> using > to direct stdout to a file works and produces the same file as
> .output
> using .read file works
> using < file does not work.
> using | to shortcut > and < doesn't work.

Thanks for the excellent summary.

But what about this case:

     .once '| sqlite3 new.db'
     .dump


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to