Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 07 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 07

Sourcing a script is different from running a script.

To source the script, you'd invoke the source directive, by the keyword
source:

source /home/klaus/scisoft/bin/Setup.bash

Or with the abbreviation for the source keyword:

. /home/klaus/scisoft/bin/Setup.bash

Share: 

 

This Question has 8 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Source a script Or get search suggestion and latest updates.


Tagged: