ga-wdi-exercises / to_oz

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

CLI HW (Faran Irfan) #275

Closed FaranIrfan closed 6 years ago

FaranIrfan commented 6 years ago

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_West.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 cd .. 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 cd ../emerald_city echo "diploma" > scarecrow.txt echo "heart shaped watch" > tin_man.txt echo "medal" > Cowardly_lion.txt