Created
January 19, 2013 08:24
-
-
Save damiann/4571410 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Show Mac download log file contents | |
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEvents* 'select LSQuarantineDataURLString from LSQuarantineEvent' | |
# Clear Mac download log file contents | |
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEvents* 'delete from LSQuarantineEvent' | |
# Remove default | |
defaults write com.apple.LaunchServices LSQuarantine -bool NO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment