Lesson | Description |
---|---|
1. Introducing the Shell | What is a command shell and why would I use one? How can I move around on my computer? How can I see what files and directories I have? How can I specify the location of a file or directory on my computer? |
2. Navigating Files and Directories | How can I perform operations on files outside of my working directory? What are some navigational shortcuts I can use to make my work more efficient? |
3. Working with Files and Directories | How can I view and search file contents? How can I create, copy and delete files and directories? How can I control who has permission to modify a file? How can I repeat recently used commands? |
4. Redirection | How can I search within files? How can I combine existing commands to do new things? |
5. Writing Scripts and Working with Data | How can we automate a commonly used set of commands? |