ga-wdi-exercises / to_oz

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

(CLI HW Edwin) #251

Closed mitcheguevara closed 7 years ago

mitcheguevara commented 7 years ago

Make Sandbox in WDI Create Directory "House" in Sandbox in WDI mkdir sandbox cd sandbox/ To Oz? To Oz! mkdir house cd house/ touch Dorthy.txt Toto.txt cd ../Sandbox mkdir oz cd oz touch Good_Witch_of_the_North.txt Wicked_Witch_of_the_East.txt Good_Witch_of_the.South.text Wicked.Witch.of.the.west.txt Ding! Dong! The Witch is Dead rm Wicked_Witch_of_the_East.txt cd ../house mv Dorthy.txt/Oz Follow the Yellow Brick Road cd../oz touch Scarecrow.txt Tin_Man.txt Cowardly_Lion.txt mkdir Emerald City mv Dorthy.txt Scarecrow.txt Tin_Man.txt Cowardly_Lion.txt Emerald_City/ You Must Kill the Witch cd ../Oz touch Fying_Monkeys.txt rm Wicked.Witch.of.the.west.txt echo "diploma">Scarecrow.txt echo "heart_shaped_watch">Tin_Man.txt echo "Medal">Cowardly_Lion.txt