Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I delete all hidden files from a folder in the Terminal?
#5
TheCaber wrote:
rm ._*.jpg  
will 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 , use
rm ._*


Thanks!

This worked like a champ:

rm ._*.jpg


Of course I also had to run:

rm ._*.JPG

:-)
Reply


Messages In This Thread
Re: How do I delete all hidden files from a folder in the Terminal? - by freeradical - 07-31-2015, 02:53 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)