When you login to a c shell, which script would be run
first?
Answer Posted / guest
.profile
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the significance of the shebang line in shell scripting?
Write a script to print the first 10 elements of fibonacci series.
What is the syntax of while loop in shell scripting?
shell script for reverse the string
How do I open the shell in cmd?
What is shell scripting used for?
What is an sh file?
What does egrep mean?
What are "c" and "b" permission fields of a file?
Is it possible to substitute "ls" command in the place of "echo" command?
What does $1 mean in bash?
What is meant by $1 in shell script?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
Why do we use shell scripting?