- Learning Linux Shell Scripting
- Ganesh Naik
- 67字
- 2021-06-25 22:02:55
Exploring Expressions and Variables
In the last chapter, you learned about how shell interprets any command that is entered into the Terminal or the command line. We also studied command substitution and separators in detail.
In this chapter, we will cover following topics:
- Working with environment variables
- Exporting variables
- Working with read-only variables
- Working with command-line arguments (special variables, set and shift, and getopt)
- Working with arrays