Difference between revisions of "OPS435 Lecture 4 - Bash"

From CDOT Wiki
Jump to: navigation, search
(Created page with '* Writing a script * Receiving parameters * Return codes * true and false commands * Program control: ** if ** test ** while ** for')
 
Line 8: Line 8:
 
** while
 
** while
 
** for
 
** for
 +
* read command

Revision as of 22:50, 1 February 2016

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