Day 7 - Shebang #!/bin/bash and #!/bin/sh What are they? The #!/bin/bash and #!/bin/sh lines are known as shebang lines. They are used at the beginning of a script to specify the interpreter that should be used to execute the script. #!/bin/bash: T...
ahiniroy.hashnode.dev2 min read
No responses yet.