- I would like to learn how to program shell scripts using bash.
- Create a small booklet about shell script programming with bash.
- Please generate a 2-columns table with all bash numeric operators, with the 1st column being the operator, and the 2nd the name in English.
- When should I use double brackets in tests?
- Build a side-by-side comparative table showing
[]vs[[]]with examples and differences. - Great, now generate a table with all relational and logical operators in bash.
- Create practical examples showing each operator in action inside a Bash script, so I can test directly in the terminal.
- Now list and explain what the special Bash variables are used for, such as
$#,$*,$?,$@,$0,$1,$2, etc. - Build a set of practical exercises for me to train each of these variables in small scripts.
- Could you save our entire conversation in a Markdown file, or in a Microsoft Word file, or in a Google Document?
Last active
November 23, 2025 12:11
-
-
Save jurandysoares/d7caa7705b23e1b2eee4a81bf01ff9d5 to your computer and use it in GitHub Desktop.
Prompt to learn Bash shell scripting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment