What is the difference between Shell Programming and Shell
scripting?

Answer Posted / vaibhav nalat

Shell Programing is not a correct Its a shell Scripting.
Becoz Shell Scripting is a collection of "Sequence of
command"

Best Luck..

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is “chmod” command?

789


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

1011


Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?

1236


How many unix commands are there?

851


What is unix command?

910


Why is awk called awk?

806


Does cp command overwrite files?

858


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

2002


Write a command to kill the last background job?

827


How to use grep command to list find the records of a file containing 10 different strings?

876


How to display no of records in oracle using unix command?

841


What does pipe () return?

808


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

874


What is command statement?

821


What is the pipe command?

858