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?
#3
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 ._*
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)