As part of my learning journey, I have completed and uploaded several exercises to this repository from an introductory Bash Script course. The main purpose is to organize my notes and manage them more efficiently. Additionally, it serves as a place to showcase my work, crafted with dedication, in case it piques someone's interest.
- 01. Echo: Sample example of echo.
- 02. Redirect echo to file: It redirects echo to file.
- 03. Redirect cat to file: It reads file and redirect it to file.
- 04. Add redirect cat to file: It redirects adding new content to file.
- 05. Comments: It shows the ways to create comments.
- 06. Output: It reads a variable and show it by standard output.
- 07. Read: It reads an user variable by standard input.
- 08. Conditionals: It shows the conditionals (IF-else).
- 09. Logical operators: It shows logical operators (&&, ||).
- 10. Case: It shows switch-case examples.
- 11. Loop: It shows loops (for, while).
- 12. Continue break: It shows how to use continue and break loop features.
- 13. Arguments: It explains how to manage the arguments.
- 14. Stdin: It explains standard input features.
- 15. Stdout stderr: It explains standard output/error features.
- 16. Pipes: It uses pipes to redirect information between files.
- 17. String: It manages strings (upperCase, lowerCase, etc).
- 18. Numbers: It shows two examples to use numbers.
- 19. Declare: Sample example of declare and their different options.
- 20. Arrays: It manage arrays (Show content, push, pop, etc).
- 21. Functions: It shows how to use functions and local variables.
- 22. Files and directories: It explains the file and directory options.
- 23. Curl: It redirects the information of two HTTP requests.
- 24. Debugging: It explains how to use the bash debugger.
