I am creating a quick backup script that will dump some databases into a nice/neat directory structure and I realized that I need to test to make sure that the directories e
mkdir -p newDir/subdir{1..8} ls newDir/ subdir1 subdir2 subdir3 subdir4 subdir5 subdir6 subdir7 subdir8