ref: 6ddbe25d19bfa5a8c305e9e4292fa3ed0d24426a 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 }