Bash

I need help in studying the sql lite now. I downloaded the sqlite data starter packs. i store it in this addres C:\sql lite\sqlite-tools-win32-x86-3420000\sqlite-tools-win32-x86-3420000 . I used bash to access the folder but i have problems with the (C:) it seems bash would not recognize the address how do I solve the problem.?

! :slight_smile:

Just found this randomly in Google (using /mnt/c/ instead of C:\) so may not help, but does it work if you try cd "/mnt/c/sql lite/sqlite-tools-win32-x86-3420000/sqlite-tools-win32-x86-3420000"?

I added the quotes around the filepath incase the space in “sql lite” was part of the issue.

Maybe try winpty sqlite3 to open sqlite3 (?)

Or, would this post help?

the issue is this OS(C:) bash won’t recognize close open parenthesis.

the issue is this OS(C:) bash won’t recognize close open parenthesis.

yes it worked thank you very much.

1 Like

yeah i finally open it. thank you very much. hehehe