|
|
|
Thanks for the good advice
sernpiat |
04.17.08 - 10:56 pm | #
|
|
find . -name ".svn" -exec rm "{}" ;
George Sudarkoff |
Homepage |
06.19.08 - 1:02 am | #
|
|
find /data/ -name "._*" -exec rm {} ;
James Radtke |
06.25.08 - 1:08 pm | #
|
|
crap... the URL post removes some necessary characters
find /data/ -name "._*" -exec rm {} \;
James Radtke |
06.25.08 - 1:12 pm | #
|
|
Commenting by HaloScan
|