Sequence

Sequence is the most basic building block. A program will execute the commands one after another, for example,

  1. Open the file
  2. Read the first line
  3. Print what was read
  4. Close the file

Scripting_Bash_Intro/102 Sequence (last edited 2009-09-08 12:24:07 by MarkSuter)