Search Results

Search: Posts Made By: NoviceAmod
4,531
Posted By NoviceAmod
Without the quotes it was not working for the csh...
Without the quotes it was not working for the csh script. I carried the script to sh.

Could you help me understand why?

Also help me understand why $ csh ~/Desktop/java_env.csh does not work...
4,531
Posted By NoviceAmod
Thanks for the help. source...
Thanks for the help.

source ~/Desktop/java_env.csh worked for me.

Though for sh I got this error
. ~/Desktop/java_env.sh
/bin/.: Permission denied.

Could you please provide pointers on the...
4,531
Posted By NoviceAmod
Setting env variables using script
Hi,

I wrote two small scripts to set env variables in a shell.

java_env.csh

#!/bin/csh -fn
setenv JAVA_HOME '/scratch/software/jdk1.5.0_11'
setenv PATH $PATH':'$JAVA_HOME'/bin'

and run...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 08:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy