Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

No change in size, 11:03, 14 July 2020
Using Variables in Shell Scripts
'''Environment Variables'''
[[Image:environment.png|thumb|right|300px500px|Examples of using '''Environment''' and '''User Defined''' variables.]]Shell environment variables shape the working environment whenever you are logged in Common shell.<br>Some of these variables are displayed via Linux commands in the diagram displayed on the right-side.<br>(you can issue the pipeline command '''set | more''' to view all variables)
Placing a dollar sign ('''$''') prior to the variable name will cause the variable to expand to the value contained in the variable.
13,420
edits

Navigation menu