User Tools

Site Tools


notes:unix:fall2022:projects:srf0

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

IF STATEMENTS

FOR LOOPS

WHILE LOOPS

SPECIFICATIONS

PSEUDOCODE

notes/unix/fall2022/projects/srf0.txt · Last modified: 2022/11/04 17:02 by npotter