Follow the steps below.
Copy and paste your terminal commands into the solution.txt file provided in this repository.
- Create directory "House"
- Add files: "Dorothy" and "Toto" to "House"
- Create directory "Oz"
- Add files for the 4 Witches to "Oz":
- Good Witch of the North
- Wicked Witch of the East
- Good Witch of the South
- Wicked Witch of the West
- Delete: "Wicked Witch of the East"
- Move "Dorothy" from "House" to "Oz"
- Add file for "Scarecrow"
- Add file for "Tin Man"
- Add file for "Cowardly Lion"
- Create directory "Emerald City"
- Move 'the gang' to "Emerald City"
- Add "Flying Monkeys" to "Oz"
- Remove "Wicked Witch of the West"
- Give the gifts*
- Give Scarecrow a diploma
- Give Tin Man a heart shaped watch
- Give Lion a medal
*: to give gifts, echo the giftname into the appropriate file.
Hint: Thing to google "how to redirect output of echo to a file"