> I've used the windows command line SQLite utility
> without problems, but the linux version GZ file
> doesn't worked in mine tests. I extracted the file
> with gunzip, but the binary file doesn't worked. It
> can be a very basic problem to an esxperient linux
> user, but i couldn't execute the binary file. I got
> only "command not found".
> May someone tell me a clue to execute the SQLite
> utility in linux environment? Or a need to compile the
> source code to use the utility?

By default the path isn't set to the current directory in linux/unix.
Did you try typing

./sqlite3 your_database_name_here.db

or

/your/path/here/sqlite3 your_database_name_here.db

Reply via email to