Scripts

Scripts are a collection of commands that can be executed sequentially. Scripts can have commands in any sequence, however, certain initialization commands like login must execute before others. Each command in a script is separated by a semi colon ‘;’. Commands can contain white spaces and span multiple lines.