Hi all,
I want to source the .cshrc file using tcl/tk.
my .cshrc file contains follwoing:
alias herc1 'set path = (/home/user/her1/bin $path)
alias her2 'set path = (/home/user/her2/bin $path)
That what i am doing in my terminal window,
source .cshrc
herc1
which herc
/home/user/her1/bin/herc
so,i just want to source my .cshrc using my tcl script.
how can i do that?
Thanks
Roto
I want to source the .cshrc file using tcl/tk.
my .cshrc file contains follwoing:
alias herc1 'set path = (/home/user/her1/bin $path)
alias her2 'set path = (/home/user/her2/bin $path)
That what i am doing in my terminal window,
source .cshrc
herc1
which herc
/home/user/her1/bin/herc
so,i just want to source my .cshrc using my tcl script.
how can i do that?
Thanks
Roto