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 |
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"
What is shell scripting used for?
Explain about sourcing commands?
How do we create command aliases in a shell?
What is option in shell script?
determine the output of the following command: echo ${new:-variable}
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
How do I save a powershell script?
Why are shell scripts used?
How to find all the files modified in less than 3 days and save the record in a text file?
How can we find the process name from its process id?
Can you write a script to portray how set –x works?