Bash introduction¶
- 1. Getting started
- 2. Moving around the file system
- 3. Redirections and file operations
- 4. Pipes
- 5. File permissions
- 6. Command history
- 7. Completion, wildcards and expansions
- 8. Environment variables and paths
- 9. Unix processes
- 10. More powerful commands
- 11. Loops and branches
- 12. Customising the shell
- 13. Data exercise