Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

5 bytes removed, 10:23, 10 March 2021
Creating & Executing Shell Scripts
===Creating & Executing Shell Scripts===
It is recommended to '''plan''' out on a piece of paper the purpose of the shell script.<br><br>Once you have planned your shell script by listing the sequence of steps,<br>you need to create a file (using a '''text editor''') that will contain your Linux commands.<br><br>'''NOTE:''' Avoid using filenames of already existing Linux Commands to avoid confusion.<br>Using shell script filenames that include the file extension of the shell that the script will run within is recommended.
'''Using a Shebang Line'''
13,420
edits

Navigation menu