DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Create Complex Tree Directory With Mkdir
mkdir -p $BASE/$2/$maildir/{cur,new,tmp,.INBOX.Archivio/{cur,new,tmp},.INBOX.Drafts/{cur,new,tmp},.INBOX.Junk/{cur,new,tmp},.INBOX.Sent/{cur,new,tmp},.INBOX.Trash/{cur,new,tmp}





