Open main menu

CDOT Wiki β

Changes

Tutorial10: Shell Scripting - Part 1

18 bytes added, 10:38, 14 July 2020
Using Variables in Shell Scripts
'''Definition'''
'''Variables''' are used to '''store information''' to be referenced and manipulated in a computer program.<br>They also provide a way of labeling data with a descriptive name, so our programs can be understood<br>more clearly by the reader and ourselves.<br>'''Reference: ''' https://launchschool.com/books/ruby/read/variables
'''User Defined Variables'''
'''User-defined variables''' are variables which can be '''created by the user''' and exist in the session.<br>This means that no one can access user-defined variables that have been set by another user,<br>and when the session is closed these variables expire.<br>'''Reference: ''' https://mariadb.com/kb/en/user-defined-variables/
===Using Control Flow Statements in Shell Scripts===
13,420
edits