# To Oz? To Oz!
1- mkdir House
2-cd House
touch Dorothy Toto
3- mkdir Oz
4- cd Oz
touch "Good Witch of the North" "Wicked Witch of the East" "Good Witch of the South" "Wicked Witch of the West"
# Ding! Dong! The Witch is Dead
1- cd Oz
rm "Wicked Witch of the East"
2-mv -i house/Dorothy Oz
# Follow the Yellow Brick Road
1- cd Oz
touch Scarecrow.txt "Tin Man.txt" "Cowardly Lion.txt" "the gang.txt"
4-mkdir "Emerald City"
cd "Emerald City"
5- mv " the gang.txt" "Emerald City"
# You Must Kill the Witch
1- cd Oz
touch "Flying Monkeys"
2- rm -i "Wicked Witch of the West"
3- i.echo "diploma" >Scarecrow.txt
ii.echo "heart shaped watch" >"Tin Man.txt"
iii.echo "medal" >"Cowardly Lion.txt"
# To Oz? To Oz! 1- mkdir House 2-cd House touch Dorothy Toto 3- mkdir Oz 4- cd Oz touch "Good Witch of the North" "Wicked Witch of the East" "Good Witch of the South" "Wicked Witch of the West"
# Ding! Dong! The Witch is Dead 1- cd Oz rm "Wicked Witch of the East" 2-mv -i house/Dorothy Oz
# Follow the Yellow Brick Road 1- cd Oz touch Scarecrow.txt "Tin Man.txt" "Cowardly Lion.txt" "the gang.txt" 4-mkdir "Emerald City" cd "Emerald City" 5- mv " the gang.txt" "Emerald City"
# You Must Kill the Witch 1- cd Oz touch "Flying Monkeys" 2- rm -i "Wicked Witch of the West" 3- i.echo "diploma" >Scarecrow.txt ii.echo "heart shaped watch" >"Tin Man.txt" iii.echo "medal" >"Cowardly Lion.txt"