Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

10 bytes added, 17:32, 17 February 2021
INVESTIGATION 2: USING VARIABLES IN SHELL SCRIPTS
# Confirm that you are located in your '''home''' directory in your Matrix account.<br><br>
# Use a text editor to edit the shell script called '''hello'''<br><br>
# Add the following line to the bottom of the file:<br><span style="font-family:courier;">ps -o cmd= -p $$|cut -d" " -f1</span><br><br>'''NOTE:''' This command displays the '''name ''' of the ''shell '' that the shell script<br>is running within.<br><br>
# '''Save''' your editing changes and '''exit''' your text editor.<br><br>
# Issue the following linux command to run this shell script with the Bourne Shell (i.e. '''sh'''):<br><span style="color:blue;font-weight:bold;font-family:courier;">sh hello</span><br><br>You should see the output of the command that you are located in shows '''sh''' (i.e. the '''Bourne Shell''').<br><br>Due to the fact that shells (and their features) have evolved over a period of time,<br>an error may occur if you use a feature in a NEWER shell (eg. '''Bash shell''') while running<br>your shell script in an OLDER shell (e.g. '''Bourne Shell''').
13,420
edits

Navigation menu