What does pipe () return?


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

Post New Answer

More Unix Commands Interview Questions

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 is the command to print last 8 lines of any text file.

10 Answers  


How to find and replace the below command?

2 Answers   HCL,


Explain the steps that a shell follows while processing a command.

0 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  






how to unzip the contents of the gzip file

1 Answers   Epsilon,


boot process?

2 Answers   Atos Origin, Wipro,


how to sort the content of the file based on numeric values

0 Answers   Epsilon,


What do chmod, chown, chgrp commands do?

0 Answers  


what is the difference between Touch & cat command

21 Answers   QA,


In UNIX, what is the command to edit contents of the file?

9 Answers  


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

0 Answers  


Categories