When you login to a c shell, which script would be run
first?
Answers were Sorted based on User's Feedback
Answer / archana
.cshrc file will be read each time you start a new csh or
tcsh shell
| Is This Answer Correct ? | 9 Yes | 0 No |
How will I insert a line "abcdef" at every 100th line of a file?
How do I set bash as default shell mac?
How do I open the shell prompt?
How to check if the previous command was run successfully?
Explain how you Automate your application using Shell scripting.
Write a shell script to get current date, time, user name and current working directory.
What language is shell scripting?
What does .sh file contain?
What does $@ mean in shell?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt
What is @echo off?
What does chmod do?