OPS435 Lecture 4 - Bash

From CDOT Wiki
Revision as of 22:55, 1 February 2016 by Andrew (talk | contribs)
Jump to: navigation, search
  • Writing a script
  • Receiving parameters
  • Return codes
  • true and false commands
  • Program control:
    • if
    • test, [
    • [[
    • while
    • for
  • read command