Last session: Learning objectives
After the last session, you should now be able to answer the following questions / do the following:
💡 You can navigate directories using the command line.
💡 You can use shortcuts like the tilde or dots to navigate your file system.
💡 You can explain the difference between absolute and relative paths.
💡 You can use arguments and flags to modify command-line commands.
💡 You understand the concept of wild cards (*
) and can use it for system navigation.
recipes
project
At the end of this session, you should have accomplished the following:
- You used the command line to create a folder on your computer called
recipes
.
- You used the command line to create a file called
recipes.txt
inside the recipes
folder.
Please keep the recipes
folder! We will continue to use it in the following sessions.