Skip to content

Instantly share code, notes, and snippets.

@djtech42
Last active February 20, 2017 05:53
Show Gist options
  • Save djtech42/06379f3645cdfdecdf8b to your computer and use it in GitHub Desktop.
Save djtech42/06379f3645cdfdecdf8b to your computer and use it in GitHub Desktop.
Get Number of Safari Bookmarks on OS X
#!/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