[Biococoa-dev] opening greyed out files
Tenzin Togden
ttenzin at gmail.com
Thu Dec 22 13:01:14 EST 2005
Would this modified to suit your needs work ?
find . -type f -print0 | xargs -0 -n 1 SetFile -a l
Unlocks all the files in the current directory and below.
find . -type f -print0 | xargs -0 -n 1 SetFile -a L
Locks all the files in the current directory and below.
Tenzin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.bioinformatics.org/pipermail/biococoa-dev/attachments/20051222/92e33960/attachment.html>
More information about the Biococoa-dev
mailing list