ref: f08e22fecfebbe79c07d45e28e98a8c442d66e79 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 }