OPS435 Lecture 4 - Bash

From CDOT Wiki
Revision as of 22:47, 1 February 2016 by Andrew (talk | contribs) (Created page with '* Writing a script * Receiving parameters * Return codes * true and false commands * Program control: ** if ** test ** while ** for')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • Writing a script
  • Receiving parameters
  • Return codes
  • true and false commands
  • Program control:
    • if
    • test
    • while
    • for