Guest User

Untitled

a guest
Dec 7th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Not sure what these are:
  2.  
  3. datasette ~/Library/Suggestions/*.db
  4.  
  5. Safari stuff:
  6.  
  7. datasette ~/Library/Safari/*.db
  8.  
  9. Your desktop background:
  10.  
  11. datasette ~/Library/Application\ Support/Dock/desktoppicture.db
  12.  
  13. Firefox:
  14.  
  15. datasette ~/Library/Application\ Support/Firefox/Profiles/*/*.sqlite
  16.  
  17. Find every SQLite database in `~/Library`:
  18.  
  19. find ~/Library -print0 | xargs -0 file | grep 'SQLite 3'
Add Comment
Please, Sign In to add comment