Is grep faster than awk?
No Answer is Posted For this Question
Be the First to Post Answer
How to create hardlinks and softlinks on files?
what is the difference between relative path and absolute path?
How to add content of one file into another file at the beginning
what do you understand by 'building block primitive'?
Who invented grep?
How many unix commands are there?
How do you find files in Unix?
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<stdlib.h> # include <stdio.h> 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:
what are the differences between CUI and GUI interfaces?
52 Answers College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,
What does pipe () return?
What is the difference between Shell Programming and Shell scripting?
10 Answers HCL, TCS, Wipro,
which script will invoke first ,when /etc/init.d starts