ref: 0d10a955e2d485f98d893f013331fd65a73fac75 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 }