Last active
February 20, 2017 05:53
-
-
Save djtech42/06379f3645cdfdecdf8b to your computer and use it in GitHub Desktop.
Get Number of Safari Bookmarks on OS X
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/Bookmarks | wc -l) bookmarks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment