ga-wdi-exercises / to_oz

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

CLI HW (Sanjay Persaud) #259

Closed sanjaywallah closed 7 years ago

sanjaywallah commented 7 years ago

makedir -p /sandbox/homework/labs/projects 514 mkdir -p /sandbox/homework/labs/projects 515 mkdir -p /sandbox/homework/labs/projects 516 mkdir sandbox 517 mkdir -p /homework/labs/projects 518 mkdir -p /homework /labs /projects 519 cd ~ 520 pwd 521 cd wdi 522 pwd 523 mkdir /projects/labs/homework/ 524 mkdir -p /projects/labs/homework/ 525 cd wdi 526 pwd 527 cd ~ 528 pwd 529 pwd 530 cd wdi 531 pwd 532 mkdir -p homework/labs/projects 533 mkdir -p homework/ labs/ projects/ sandbox/ 534 ls 535 cd sandbox 536 pwd 537 mkdir House/ 538 ls 539 cd house 540 pwd 541 touch Dorothy Toto 542 ls 543 ls -1 544 ls -l 545 ../ 546 pwd 547 cd ../ 548 pwd 549 mkdir Oz 550 ls 551 cd Oz 552 pwd 553 touch "Good Witch of the North" "Wicked Witch of the East" "Good Witch of the South" "Wicked Witch of the est" 554 ls 555 rm "Wicked Witch of the est" 556 ls 557 rm Wicked Witch of the East 558 rm "Wicked Witch of the East" 559 ls 560 touch Wicked Witch of the West 561 ls 562 rm wicked witch of the west 563 ls 564 touch "Wicked Witch of the West" 565 ls 566 cd ../ 567 cd house/ 568 pwd 569 ls 570 mv Dorothy ../Oz 571 cd oz 572 cd Oz 573 ls 574 cd ../ 575 pwd 576 cd Oz 577 pwd 578 ls 579 touch "Scarecrow" "Tin Man" "Cowardly Lion" 580 ls 581 cd ../ 582 pwd 583 mkdir Emerald City/ 584 ls 585 rm Emerald City/ 586 rmdir Emerald/ City/ 587 ls 588 pwd 589 mkdir Emerald_City/ 590 ls 591 mkdir "Emerald City"/ 592 ls 593 rmdir Emerald_City/ 594 ls 595 cd Oz 596 pwd 597 ls 598 mv "Scarecrow" "Tin Man" Cowardly Lion" "Emerald City"/ 599 mv "Scarecrow" "Tin Man" "Cowardly Lion" Emerald City/ 600 ls 601 cd ../ 602 cd Emerald City/ 603 cd "Emerald City" 604 ls 605 cd sandbox 606 cd sandbox/ 607 cd ../ 608 ls 609 cd Oz 610 pwd 611 ls 612 mv "Cowardly Lion" "Scarecrow" "Tin Man" ../Emerald City/ 613 cd ../ 614 cd Emerald City/ 615 cd Emerald City/ 616 ls 617 cd "Emerald City"/ 618 ls 619 pwd 620 ls 621 cd sandbox/ 622 cd ../ 623 pwd 624 ls 625 cd Oz/ 626 ls 627 mv "Cowardly Lion" "Scarecrow" "Tin Man" /sandbox/Emerald City/ 628 ls 629 cd ../ 630 ls 631 cd Emerald City/ 632 cd "Emerald City"/ 633 ls 634 cd ../ 635 cd Oz/ 636 ls 637 mv "Cowarldy Lion" "Scarecrow" "Tin Man" -t /sandbox/Emerald City/ 638 cd ../ 639 cd "Emerald City"/ 640 ls 641 man 642 mv --help 643 man mv 644 cd ../ 645 cd Oz/ 646 ls 647 mv -t ../Emerald City/ "Cowardly Lion" "Scarecrow" "Tin Man" 648 cp -t ../"Emerald City"/ "Cowardly Lion" "Scarecrow" "Tin Man" 649 mv "Scarecrow" ../"Emerald City"/ 650 cd ../ 651 cd "Emerald City" 652 ls 653 cd ../ 654 pwd 655 cd Oz/ 656 pwd 657 ls 658 mv "Cowardly Lion" "Tin Man" "Scarecrow" ../"Emerald City"/ 659 ls 660 cd ../"Emerald City"/ 661 ls 662 cd ../Oz/ 663 pwd 664 ls 665 touch "Flying Monkeys" 666 ls 667 rm "Wicked Witch of the West" 668 ls 669 echo > "Scarecrow Gets a Diploma" ../"Emerald City"/"Scarecrow" 670 echo > "Tin Man gets a heart shaped watch" ../"Emerald City"/"Tin Man" 671 echo > "Lion Gets a Medal" ../"Emerald City"/"Cowardly Lion" 672 cd ../ 673 cd "Emerald City"/ 674 pwd 675 ls 676 echo 677 ls -l 678 ls -a 679 echo "Lion Gets a Medal" > "Cowardly Lion" 680 ls 681 echo "Lion Gets a Medal" 682 open "Cowardly Lion" 683 cat Cowardly\ Lion 684 echo "Lion Gets a Heart" > Cowardly_Lion 685 la 686 ls 687 rm -rf Cowardly_Lion 688 ls 689 echo "Lion Gets a Heart" > Cowardly\ Lion 690 ls 691 cat Cowardly\ Lion 692 cat Cowardly\ Lion 693 history 694 history