Time to put everything from this section together. You're going to set up a small project called myapp from scratch.
Along the way you'll use every command you just learned:
mkdir -p to build the folder structuretouch and echo to create files and add contentcat to view a filecp to make a backupmv to rename a filetree to see the whole structurerm to clean upWork through each step in the terminal on the right. Let's build something.