What makes c shell a more preferable option than the bourne shell?
Answer / Surajit Koley
The C Shell (csh) has some features that make it more preferable over Bourne Shell (sh) for certain tasks. These include job control, programmable command history, and support for programming constructs like loops and conditionals directly in the shell script.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the additional egrep symbols?
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.
What exactly is a shell?
Why is used in shell scripting?
What is sudo command?
What is the use of "shift" command in passing parameters?
What language is used in terminal?
Can you write a script to portray how set –x works?
What is a boot block?
How to redirect both standard output and standard error to the same location?
how to read systems current date and time
What are the different methods available to run a shell script?