linux - How can i do "source in" using shell script to set environment variable -
To set the environment variable, when I start working in my Linux workbook (using the command given below) I am sourcing in the environment while adding this line ( It is not working, it gives some error I also have the nickname Even if it is not able to execute it. Then I ordered this How can I "source in" the script instead of giving it manually? You can use the And note, if you mention "some error", then we can not help a lot with that . Unless you are specifying what type of errors were there. /opt/kmc/pbs/env/1.1/etc/setup.env rev.52
". / Opt / kmc / pbs / env / 1.1 / etc / setup.env rev.52 ") in my shell script
alias test = '/opt/kmc/pbs/env/1.1/etc/setup.env rev.52' test
source command is:
source / path / to / file
Comments
Post a Comment