Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Clean up site tracks left behind after private surfing' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Clean up site tracks left behind after private surfing
Authored by: jocamero on Mar 22, '08 08:35:34PM

Here's an even more concise method:

dscacheutil -cachedump -entries Host |\
grep "Key: h_" | \
sed 's/^[ ]*Key: h_[a-z]*:\([^ ]*\)\( ipv[46]:1\)*/\1/g' | \
sort -u



[ Reply to This | # ]