📄️ Literals
Literals are fixed values in scripts, such as numbers, strings, or characters.
📄️ Variables
Variables store data that scripts can reference and manipulate.
📄️ Loops
Loops allow repeated execution of commands.
📄️ Conditionals
Conditionals control execution flow based on test results.
📄️ Debugging
Debugging helps identify errors in shell scripts.