Awesome command-line example: finding duplicate files (Live!)

Yesterday I used the terminal/command-line command:

ls -R1 | grep '\.jpg' | grep -v "^thumbs.*" | sort | uniq -d

to find some duplicate files.

This (my first!) live-stream is going to break down this command and show you the power of knowing a few simple command-line tools.

Forgive me while I figure out some things in my new “studio”!