All of the following commands will execute the bash script /usr/local/bin/runme.sh EXCEPT:

All of the following commands will execute the bash script /usr/local/bin/runme.sh EXCEPT:

All of the following commands will execute the bash script /usr/local/bin/runme.sh EXCEPT:

A.
source /usr/local/bin/runme.sh

B.
. /usr/local/bin/runme.sh

C.
/bin/bash /usr/local/bin/runme.sh

D.
/usr/local/bin/runme.sh

E.
run /usr/local/bin/runme.sh



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Tony

Tony

I think B will not work unless you are in /
E might work if you have run installed.

Busindre

Busindre

E is ok (B = A)