ga-wdi-exercises / to_oz

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

CLI HW (Charles) -Wilner Charles #277

Closed wilnercharles3 closed 6 years ago

wilnercharles3 commented 6 years ago

508 mkdir House 509 cd House 510 ls 511 touch "Dorothy" "Toto" 512 ls 513 cd- 514 cd .. 515 mkdir "Oz" 516 cd Oz/ 517 touch "Good Witch of the North" "Wicked Witch of the East" "Good Witch of the South" "Wicked Witch of the West" 518 rm "Wicked Witch of the East" 519 ls 520 mv ../house/"Dorothy" . 521 cd ../oz 522 touch "Scare crow" "Cowardly Lion" "Tin Man" 523 mkdir "Emerald City" 524 mv "Scare crow" "Emerald City"/ 525 mv "Tin Man" "Emerald City"/ 526 mv "Cowardly Lion" "Emerald City"/ 527 rm "Wicked Witch of the West" 528 touch "Flying Monkeys" 529 cd Emerald\ City/ 530 echo "medal" > Cowardly_lion 531 ls 532 echo "medal" > "Cowardly Lion" 533 echo "heart shaped watch" > "Tin Man" 534 echo "diploma" > "Scare crow" 535 ls 536 history