mardi 21 juillet 2015

Bash Search Deep

Currently I am using the below commands to find all files in my directory to find all JPG files, however, I want to find extensions .JPG and .GIF as well. I have some files nested under a few sub sub sub folders... How do have this command pull out everything for me? Any help I can get on this is greatly appreciated!

FILES=/home/pictures/s/downloaded/*.jpg
for randomvid in $FILES
do

done




Aucun commentaire:

Enregistrer un commentaire