Table of Contents

SCRIPTING

SHABANG

The first line of a script is the “ShBang” or Shabang. It is a “Sh” #, followed by a “Bang” !, then an <Interpreter> and [Arguments]

EXP: #!<interperter> [arguments]

Sources Provided by the community:
https://linuxhandbook.com/shebang/
https://linuxhint.com/shebang-bash-explained-in-examp
https://linuxize.com/post/bash-shebang/

VARIABLES

https://www.howtogeek.com/442332/how-to-work-with-variables-in-bash/

IF STATEMENTS

https://www.geeksforgeeks.org/bash-scripting-if-statement/

FOR LOOPS

https://www.geeksforgeeks.org/bash-scripting-for-loop/

WHILE LOOPS

https://www.geeksforgeeks.org/bash-scripting-while-loop/

SPECIFICATIONS

PSEUDOCODE