Why should we use shell scripts?
No Answer is Posted For this Question
Be the First to Post Answer
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
What is gui scripting?
How will you emulate wc –l using awk?
What is the difference between bash and shell?
How will you find the 99th line of a file using only tail and head command?
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.
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What is the use of "$?" Sign in shell script?
What is shell prompt?
Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
What is another name for a bash shell script that you might see?
What is meant by $1 in shell script?