Hi Everyone,
I am new in Unix
I m doing some changes in .cshsc file, It is shell script which is hidden So how can i compile this file
Can anyone help me for that Or Give some idea ?
Thanks in advance!!
Riddhi
Hi Everyone,
I am new in Unix
I m doing some changes in .cshsc file, It is shell script which is hidden So how can i compile this file
Can anyone help me for that Or Give some idea ?
Thanks in advance!!
Riddhi
probably you meant .cshrc. It should get executed when you login to the C shell if that is your default. source .cshrc
should execute the .cshrc and setup your environment.