2012-11-16
Linux
- Random Linux Commands to Make Google Talk, Fix Wifi, Find Duplicate Files, and More
- Google's TTS Translator
- Find Duplicate Files - 找出重複的檔案
$ find . -type f -exec md5sum '{}' ';' | sort | uniq --all-repeated=separate -w 20 $ find . -type f -printf "%p - %s" | sort -nr -k3 | uniq -D -f1
Last modified 12 years ago
Last modified on Nov 16, 2012, 12:09:25 PM