07-31-2015, 02:53 PM
TheCaber wrote:
rm ._*.jpgwill do what you want . You don't want to remove all hidden files in the directory , just those that are related to the image files .
If you want to remove all the FAT hidden property files in the directory , userm ._*
Thanks!
This worked like a champ:
rm ._*.jpg
Of course I also had to run:
rm ._*.JPG
:-)