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