13,420
edits
Changes
→INVESTIGATION 2: USING VARIABLES IN SHELL SCRIPTS
::In the next investigation, you will learn to create and run shell scripts that<br >use '''variables''', '''positional''' and '''special parameters'''. You will also learn how to<br><u>add</u> a '''she-bang line''' at the top of a shell script to force it to run in a specified shell.<br><br>Proceed to the next investigation.<br><br>
=INVESTIGATION 2: USING SHE-BANG LINE & VARIABLES IN SHELL SCRIPTS =
In this section, you will add a '''she-bang''' line at the top of your shell script to force the shell script to run in a specified shell when executed. You will also learn how to use '''variables''', '''positional''' and '''special parameters''' to make your shell scripts more adaptable.