ga-wdi-exercises / to_oz

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

CLI HW (Thinh Nguyen) #139

Closed nguyendthinh closed 8 years ago

nguyendthinh commented 8 years ago

$ mkdir House $ cd House $ touch Dorothy Toto $ mkdir Oz $ cd Oz $ touch GoodWitchoftheNorth WickedWitchoftheEast GoodWitchoftheSouth WickedWitchoftheWest $ rm WickedWitchoftheEast $ mv ../Dorothy . $ touch Scarecrow TinMan CowardlyLion $ mkdir EmeraldCity $ mv CowardlyLion TinMan Dorothy Scarecrow EmeraldCity/ $ touch FlyingMonkeys $ rm WickedWitchoftheWest $ cd EmeraldCity $ echo "diploma" >> Scarecrow $ echo "heart shaped watch" >> TinMan $ echo "medal" >> CowardlyLion

superbuggy commented 8 years ago

🔨 nailed it