Skip to content

Instantly share code, notes, and snippets.

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