Answers for "where is the history file in linux"

0

browsing history linux file location

$ cd ~/.mozilla/firefox/w4wcp85s.default 
$ sqlite3 places.sqlite
SQLite version 3.7.17 2013-05-20 00:56:22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite>
Posted by: Guest on November-17-2020
0

browsing history linux file location

$ sqlite3 stylish.sqlite "SELECT * FROM styles;" | tee ~/Desktop/filename.txt
Posted by: Guest on November-17-2020

Code answers related to "where is the history file in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language