Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A few corrections' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A few corrections
Authored by: delux on Feb 11, '09 12:51:36PM

Oh, here's the command to filter chmod to just the image files:
find path/to/dir/ -name \*.jpg -or -name \*.CR2 -exec chmod o+rw {} \;



[ Reply to This | # ]