View Single Post
Old 2005-05-25, 12:29 AM   #2
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
if you have shell access to your machine

find . -name \*.jpg -print|grep -v ^tn_ > file.txt

the

| grep -v ^tn_

gets rid of any jpg file that starts with tn_ (i.e. thumbnails)
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote