View Single Post
Posts: 24 | Thanked: 11 times | Joined on Jan 2010
#27
Originally Posted by Macker View Post
How do I check if I have the el-v1.db file?
Easiest way is probably via the terminal. Firstly, hold control+shift+x to launch the terminal. Next, execute
Code:
cd ~/.rtcomm-eventlogger/
ls -l
You should see something like:
Code:
~ $ cd .rtcom-eventlogger/
~/.rtcom-eventlogger $ ls -l
-rw-r--r--    1 user     users      723401 May 26 10:52 backup.tar.gz
-rw-r--r--    1 user     users     1062912 May 26 17:08 el-v1.db
-rw-r--r--    1 user     users           0 May 26 17:07 el-v1.db-journal
-rw-------    1 user     users     1054720 May 25 22:08 el.db
-rw-r--r--    1 user     users           0 May 25 22:08 el.db-journal
drwx------    2 user     users        4096 Jan 12 14:17 plugins
~/.rtcom-eventlogger $
 

The Following User Says Thank You to gagravarr For This Useful Post: