Difference between revisions of "OPS435 Lecture 4 - Bash"
Line 5: | Line 5: | ||
* Program control: | * Program control: | ||
** if | ** if | ||
− | ** test | + | ** test, [ |
+ | ** [[ | ||
** while | ** while | ||
** for | ** for | ||
* read command | * read command |
Revision as of 21:55, 1 February 2016
- Writing a script
- Receiving parameters
- Return codes
- true and false commands
- Program control:
- if
- test, [
- [[
- while
- for
- read command