 |
4 Ways of Executing a Shell Script in UNIX / Linux
$ . ./scriptfile In other words, this executes the commands specified in the scriptfile in the current shell, and prepares the environment for you. “dot space dot slash” Usage Example: Typically we use this method, anytime we change something in the .bash
www.thegeekstuff.com |
 |