ref: 11bee8b087660a633c660cbef10a4b979b38c5a7 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 }