Answers for "create shell script and run"

0

how to run shell script

include 
#!/bin/bash (1st line inside yourfile.sh)

to run
./yourfile.sh

if you do not include that line
bash yourfile.sh
Posted by: Guest on December-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language