bash run command code example
Example 1: how to execute a bash script in terminal
$ chmod +x fileName
$ ./fileName
Example 2: bash command help
# EXAMPLE
man grep
# SYNTAX
man <command-to-get-help-on>
$ chmod +x fileName
$ ./fileName
# EXAMPLE
man grep
# SYNTAX
man <command-to-get-help-on>