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 |
Is shell scripting easy to learn?
How to declare functions in unix shell script?
How to set an array in linux?
determine the output of the following command: echo ${new:-variable}
what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?
Is powershell a bash?
What is sed in shell script?
Tell something about the super block in shell scripting?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
What does debug script mean?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
Explain about "s" permission bit in a file?