Open main menu

CDOT Wiki β

OPS435 Lecture 4 - Bash

Revision as of 22:50, 1 February 2016 by Andrew (talk | contribs)
  • Writing a script
  • Receiving parameters
  • Return codes
  • true and false commands
  • Program control:
    • if
    • test
    • while
    • for
  • read command