ref: 1668b09fd6bcbc94a5ad9acde917de358424cf75 dir: /bin/srct/
#!/bin/rc # do not store these files in the worm fn f{ du -a $* | sed 's/^.* //g' } for(i in `{f $1}){ chmod +t $i }