viewing paste lab03.sh | Bash

Posted on the
1 2 3 4 5 6 7 8
#!/bin/bash
 
#change directory
cd ~
#Create all directories 1 after another
mkdir -p ~/{professional/{courses/{major/{cs213,cs331/{notes,labs,programs},cs475},general},societies/{ieee,acm}},personal/{funstuff,taxes},temp}
 
exit 0
Viewed 1604 times, submitted by Streusel.