Xiangbuilder 发表于 2003-4-9 09:15:58

How to enter the C shell (csh

This is a part of the Houdini for Linux's Installation README file.
3.Before Starting Houdini, you must first set up the shell environment.
At a C shell prompt (csh or tcsh), type the following:
source houdini_setup
This command initializes the current shell's environment to run
Houdini.
I think the README file's meaning is leave the default shell,
bash, and enter the C shell (csh or tcsh).
How to enter the C shell (csh or tcsh)?
Thank you.

rianren 发表于 2003-4-9 09:24:52

直接输入csh or tcsh就可以了!不过看你有没有装过csh or tcsh好像redhat默认不安装的!

Xiangbuilder 发表于 2003-4-9 10:00:47

非常感谢.

qinghongcao 发表于 2003-4-9 17:05:17

copy cshrc file from /etc to your home directory and rename itto be .cshrc

Change the shell to csh.
%>chsh
input your password.

It will take effect at the next time you start the terminal.Csh will become the default shell then.

Everytime you change the .cshrc configuration, use
%> source .cshrc
to active the change you made.
页: [1]
查看完整版本: How to enter the C shell (csh