ga-wdi-exercises / to_oz

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

CLI HW (Spenser Holstein) #268

Closed SpenBot closed 6 years ago

SpenBot commented 7 years ago

cd ~ cd wdi mkdir House cd House touch Dorothy.txt touch Toto.txt cd ../ mkdir Oz cd Oz touch Good_Witch_of_the_North.txt touch Wicked_Witch_of_the_East.txt touch Good_Witch_of_the_South.txt touch Wicked_Witch_of_the_North.txt rm Wicked_Witch_of_the_East.txt cd ../ cd House mv Dorothy.txt ../Oz cd ../Oz touch Scarecrow.txt touch Tin_Man.txt touch Cowardly_Lion.txt mkdir Emerald_City mv Dorothy.txt Emerald_City mv Scarecrow.txt Emerald_City mv Tin_Man.txt Emerald_City mv Cowardly_Lion.txt Emerald_City touch Flying_Monkeys.txt rm Wicked_Witch_of_the_West.txt echo “Diploma” >Scarecrow.txt echo “Heart_Shaped_Watch” >Tin_Man.txt echo “Medal” >Lion.txt