ga-wdi-exercises / to_oz

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

Collin OConnell HW #167

Closed cMoney667 closed 7 years ago

cMoney667 commented 7 years ago

mkdir House touch House/Dorothy.txt touch House/Toto.txt mkdir Oz touch Oz/Good_Witch_of_the_North.txt Oz/Wicked_Witch_of_the_East.txt Oz/Good_Witch_of_the_South.txt Oz/Wicked_Witch_of_the_West.txt cd Oz rm Wicked_Witch_of_the_East.txt mv ../House/Dorothy.txt touch Scarecrow.txt Tin_man.txt Cowardly_Lion.txt mkdir EmeraldCity mv Cowardly_Lion.txt Dorothy.txt Scarecrow.txt Tin_man.txt EmeraldCity/ touch Flying_Monkeys.txt rm Wicked_Witch_of_the_West.txt cd EmeraldCity/ echo "Diploma" >> Scarecrow.txt echo "Heart Shaped Watch" >> Tin_man.txt echo "Medal" >> Cowardly_Lion.txt

phantomhaircuts commented 7 years ago

👍