On Oct 7, 2011, at 5:54 PM, TR Shaw wrote:

> 
> On Oct 7, 2011, at 5:46 PM, Mary Andes wrote:
> 
>> Last login: Fri Oct  7 17:26:34 on console
>> Mary-Andess-MacBook-Air:~ mjandes$ sqlite3
>> SQLite version 3.7.5
>> Enter ".help" for instructions
>> Enter SQL statements terminated with a ";"
>> sqlite> cd /Users/mjandes/SQLite3 and Hedis
>>  ...> 
>> I have a Mac Book Air. Lion operating system. I can get onto the terminal 
>> and get onto sqlite3. 
>> But, then I get stuck in trying to tell it to point to a particular 
>> directory. I've tried the above command and it doesn't work. 
>> Can anyone help me? 
> 
> 
> Looks like you have spaces in your path. So either quote the whole path of \ 
> the spaces
> 
>> cd "/Users/mjandes/SQLite3 and Hedis"
>> cd /Users/mjandes/SQLite3\ and\ Hedis
> 
> 
> 
> Standard bash.

My mistake you were trying within sqlite. You need to do the cd in bask (eg 
OSX's terminal shell) And you need to escape the path as I stated.

Tom

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

Reply via email to