- Read: ProGit, Chapter 1.1
- Using
mv,cp,rmandmkdir, reorganize the kitchen in as few steps as possible! - Once you're finished, go up to the file menu at the top and click
Shell->Export Text As...and save the output to your desktop. Tomorrow you'll submit this file to your homework repository.
kitchen/
βββ cans.txt
βββ fridge
β βββ diapers.txt
β βββ freezer
β β βββ couch.txt
β β βββ frozenpeas.txt
β β βββ icecream.txt
β βββ milk.txt
β βββ trashcan
β βββ banana-peels.txt
β βββ chicken-bones.txt
β βββ egg-shells.txt
β βββ sink
β βββ clean-dishes.txt
β βββ delete-me.txt
β βββ dirty-dishes.txt
βββ pantry
βββ cans.txt
βββ cereal.txt
βββ crisper-drawer
βββ lettuce.txt
kitchen/
βββ fridge/
β βββ crisper-drawer/
β β βββ apples.txt
β β βββ lettuce.txt
β βββ freezer/
β β βββ frozenpeas.txt
β β βββ icecream.txt
β βββ milk.txt
βββ pantry/
β βββ cans.txt
β βββ cereal.txt
βββ sink/
β βββ dirty-dishes.txt
β βββ drying-rack/
β βββ clean-dishes.txt
βββ trashcan/
βββ banana-peels.txt
βββ chicken-bones.txt
βββ egg-shells.txt
All content is licensed under a CCΒBYΒNCΒSA 4.0 license. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.