Quote:
Originally Posted by cd34
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)
|
Hey thanks... I'll get my server guy to walk me through that.. I think I have access.. It's a dedicated I'll ask my host... thanks again!!!
And was just thinking about changing all my new updates to have the same file name eg: image001 , image002 etc... looks like that would have been a bad idea..
