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