ga-wdi-exercises / to_oz

Navigate the directory tree using the command line. [cli, basics]
0 stars 49 forks source link

CLI-HomeWork, Savraj Singh CR6 #176

Closed SavrajSingh closed 7 years ago

SavrajSingh commented 7 years ago

cd desktop mkdir house cd house touch dorothy.txt toto.txt cd .. mkdir oz touch gwotn.txt wwote.txt gwots.txt wwotw.txt rm wwote.txt cd .. cd house mv dorothy.txt ../oz cd .. cd oz mkdir emerald_city mv dorothy.txt emerald_city cd emerald_city touch scare.txt tin.txt coward.txt cd .. touch flyingmonkeys.txt rm wwotw.txt cd emerald_city echo "diploma" >> scare.txt echo "heartshapedwatch" >> tin.txt echo "medal" >> coward.txt

amaseda commented 7 years ago

:+1: