🚀 My journey of learning shell scripting and other DevOps concepts in the Alx program. 🚀
- 0x00-shell_basics
- 0x01-shell_permissions
- 0x02-shell_redirections
- 0x03-shell_variables_expansions
- License
0x00-shell_basics 🐚 This folder contains scripts that cover the basics of working with the shell. Some of the topics covered include navigation, manipulation of files and directories, and other basic shell commands.
0x01-shell_permissions 🔐 In this folder, I learned about file permissions in the shell. The scripts in this folder cover topics such as setting file permissions, changing file ownership, and other related concepts.
0x02-shell_redirections 🔀 This folder contains scripts that demonstrate the concept of input/output redirection in the shell. Some of the topics covered include redirecting standard input and output, pipes, and filters.
0x03-shell_variables_expansions 💡 In this folder, I learned about shell variables and expansions. The scripts in this folder cover topics such as setting and using variables, performing arithmetic operations, and other related concepts.
You can browse the code directly on GitHub or clone the repository to your local machine:
$ git clone https://github.com/zerebel/alx-system_engineering-devops.git