SQLite Forum

Can -wal -shm files be deleted if -wal file is empty?
Login
Is there a way to suppress the output of ` sqlite3 databasefile.db "SELECT count(*) FROM sqlite_master;"`?

I tried `.output /dev/null; SELECT count(*) FROM sqlite_master;`. But it is not working. Could you show me the correct way to suppress the output? (I don't want to use shell redirection. I want to use sqlite3's feature to suppress the output.)