Saki's 研究记录

你的 Mac 保存了一份你所有下载的记录!

字数统计: 140阅读时长: 1 min
2021/10/19

想看看你在 Mac 的下载历史记录么? 根据OS X Daily 上的说明只要在Mac的Terminal下执行下面的命令就可以:

1
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'select LSQuarantineDataURLString from LSQuarantineEvent'

Show一下我的MBP的:

1
2
3
4
5
6
sakishum$ sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'select LSQuarantineDataURLString from LSQuarantineEvent'
...
http://www.apple.com.cn/hotnews/rss/hotnews.rss
http://rss.sina.com.cn/news/marquee/ddt.xml
http://www.eclipse.org/downloads/rss.php
http://feeds.feedburner.com/jandan

不想留下证据不饿发现的话,可以在Terminal下执行下面的命令就可以:

1
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'select LSQuarantineDataURLString from LSQuarantineEvent'

Done.

CATALOG