Last active
February 20, 2017 05:53
-
-
Save djtech42/444b6497687bd2c0a861 to your computer and use it in GitHub Desktop.
Get Number of Items in Safari History
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo $(ls ~/Library/Caches/Metadata/Safari/History | wc -l) websites in history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment