Re: sqlite3: no such module: fts5

2020-07-08 Thread Jan Nijtmans via Cygwin
Op ma 6 jul. 2020 om 07:05 schreef Morten Kjærulff via Cygwin: > > Hi, > > I am (ok, almost) sure that I have created a fts5 db before, how did I? > > $ echo "create virtual table t using fts5(t)"|sqlite3 t.db > Error: near line 1: no such module: fts5 > > $ sqlite3 --version > 3.30.0 2019-10-04 15

Re: Command expansion inside for loop

2020-07-08 Thread Mark Hansen
On 7/7/2020 3:06 PM, Mike Brown wrote: On Tue, Jul 07, 2020 at 04:45:28PM -0500, Mike Brown wrote: On Tue, Jul 07, 2020 at 04:17:43PM -0500, Mike Brown wrote: > Several years ago I was provided with info on how to get command expansion > to work inside for loops. I run under Zsh. It was done f

Re: Command expansion inside for loop

2020-07-08 Thread Kaz Kylheku via Cygwin
On 2020-07-08 04:47, Mark Hansen wrote: You got us reading three posts, so we're fully invested in your issue, and then you don't share the answer? That's just cruel :) I'm invested in the amusement of the whole procession, but all the while I'm thinking that command substitution inside a for

copy

2020-07-08 Thread anastasios agnostos via Cygwin
please how i can read a tar tape0? thank you anastasios -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: copy

2020-07-08 Thread Marco Atzeri via Cygwin
On 09.07.2020 02:50, anastasios agnostos via Cygwin wrote: please how i can read a tar tape0? thank you anastasios -- https://cygwin.com/cygwin-ug-net/using-specialnames.html you can read from /dev/tape0 See also the mt tools https://cygwin.com/packages/summary/mt.html -- Problem reports: