OPS435 Lecture 4 - Bash

From CDOT Wiki
Revision as of 12:27, 2 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
  • Parameter expansion examples
    • echo $1
    • echo ${11}
  • Input from the user
    • read command