Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

70 bytes added, 11:30, 3 September 2020
INVESTIGATION 2: USING VARIABLES IN SHELL SCRIPTS
# It is a good idea to rename your shell script to include an extension to indicate that the file is a Bash Shell script file. <br>Issue the following linux command to rename your shell script file:<br><span style="color:blue;font-weight:bold;font-family:courier;">mv hello hello.bash</span><br><br>
# Run your renamed shell script for confirmation by issuing:<br><span style="color:blue;font-weight:bold;font-family:courier;">./hello.bash</span><br><br>
# Enter the following linux command to return to your Bash shell: <span style="color:blue;font-weight:bold;font-family:courier;">exit</span><br><br>Let's use some ENVIRONMENT variables in our Bash Shell script.<br><br>
# Issue the following Linux command to confirm you have returned to the Bash shell: <span style="color:blue;font-weight:bold;font-family:courier;">echo $SHELL</span><br><br>
# Use a text editor to edit the shell script called '''hello.bash'''<br><br>
13,420
edits

Navigation menu