Difference between revisions of "OPS435 Lecture 4 - Bash"

From CDOT Wiki
Jump to: navigation, search
Line 5: Line 5:
 
* Program control:
 
* Program control:
 
** if
 
** if
** test
+
** test, [
 +
** [[
 
** while
 
** while
 
** for
 
** for
 
* read command
 
* read command

Revision as of 22:55, 1 February 2016

  • Writing a script
  • Receiving parameters
  • Return codes
  • true and false commands
  • Program control:
    • if
    • test, [
    • [[
    • while
    • for
  • read command