What is the comma to display different lines that are found when compare two files?


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

Post New Answer

More Unix Commands Interview Questions

How to install scsi driver in unix? give me explanation clearly?

1 Answers   HCL, TCS,


What is awk good for?

0 Answers  


What is the difference between cat and more command?

0 Answers  


what are the different commands used to create files?

5 Answers  


what is the difference between npar and vpar in HP-UX?

1 Answers   CSC,






What is used to type 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  


Who invented grep?

0 Answers  


How will you know who are the users logged in to the system before 15 minutes?

4 Answers   Amazon,


what does the command 'wc' do?

4 Answers  


Which unix command to make a new directory?

0 Answers  


How do I find previous commands in unix?

0 Answers  


Categories