grep jpg files.txt|sed -e "s/.* //" |sort >files1.txt
find . -name "*.jpg" |sort|tee fileshere.txt|sed -e "s'.*/''"|sort >fileshere1.txt
