Who wrote grep?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Unix Commands Interview Questions

what is the default signal kill in unix?

8 Answers   IBM,


in UNIX,what is the command to remove directory with files?

10 Answers  


How do you grep recursively?

0 Answers  


what is shell?

3 Answers  


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:

0 Answers  






Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?

5 Answers  


What command will change your prompt to myprompt?

0 Answers  


what is the functionality of kernel in unix architecture?

13 Answers   HCL,


what is virtual machine?

2 Answers   Infosys,


What is awk command used for?

0 Answers  


What command is used to check the current users?

0 Answers  


what is the difference between "cron" command and "at" command?

5 Answers  


Categories