From a Bash shell, which of the following commands directly execute the instructions from the file /usr/local/bin/runme.sh without starting a subshell?
(Choose two.)
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
From a Bash shell, which of the following commands directly execute the instructions from the file /usr/local/bin/runme.
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
From a Bash shell, which of the following commands directly execute the instructions from the file /usr/local/bin/runme.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!