When you login to a c shell, which script would be run
first?
Answer Posted / archana
.cshrc file will be read each time you start a new csh or
tcsh shell
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Print the 10th line without using tail and head command.
What are "c" and "b" permission fields of a file?
How can I send a mail with a compressed file as an attachment?
What's the difference between scripting and coding?
What can scripts do?
What is bash used for?
Why is a script important?
What is meant by $1 in shell script?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What is subshell?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What is ms powershell?
What is the use of echo in shell script?
How to print pid of the current shell?
What are the different types of shell scripting?