ref: 3a5b2189ed5c5e064912b037c5a3c717de1e791a dir: /acme/mail/mkbox/
#!/bin/rc for(i){ if(! test -e $i){ if(cp /dev/null $i){ chmod 600 $i chmod +al $i } } if not echo $i already exists }