Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Running shell scripts

You can run a shell script by specifying the shell:


bash script.sh


Or you can execute the shell script like this:


./script.sh
Source by itsfoss.com #
 
PREVIOUS NEXT
Tagged: #Running #shell #scripts
ADD COMMENT
Topic
Name
7+8 =