ref: 1eced86a4e6c7373ca3cd2caeb46a4a8367f13bb 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 }