Re: [sqlite] CLI thoughts

2018-04-17 Thread E.Pasma
Martin wrote: ... Example (maybe via .read): .once .dat select date('now'); .let f system echo "words-`cat .dat`.txt" .once -let f select word from words order by 1; .. Sorry for replying only to this single point. The proposed ".let" command is not

Re: [sqlite] CLI thoughts

2018-04-15 Thread Kees Nuyt
On Sun, 15 Apr 2018 14:38:33 +0100, Martin wrote: > > I am a relatively new user of sqlite. My current use is to learn > sqlite sql to solve solitaire battleship puzzles. I am not a programmer, > so use the command line interface on a Mac. > > As a result I

[sqlite] CLI thoughts

2018-04-15 Thread Martin
I am a relatively new user of sqlite. My current use is to learn sqlite sql to solve solitaire battleship puzzles. I am not a programmer, so use the command line interface on a Mac. As a result I wonder whether it is worth considering a few amendments to the commands in the CLI tool. My