Wednesday, July 23, 2008

Remove .DS_Store .Trash and ._* system file from non HFS volume

Will try the following command

find . -name .DS_Store -o -name .Trashes -o -name ._* -exec rm -rf {} \; -prune


No comments: