What does sed command do in unix?


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

Post New Answer

More Unix Commands Interview Questions

How do you create a directory in UNIX?

1 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  


Will rm -r* removes hidden files?

10 Answers  


how will u execute a file in unix

8 Answers   QA,


describe the escaping sequence characteres in unix

1 Answers  






Why we are using UNIX OS when we are doing the testing in our application?

5 Answers   IBM,


Give the command to display space usage on the UNIX file system.

16 Answers  


How does one process we can start an executable file? How to get the PID process, which we started?

6 Answers  


What is awk good for?

0 Answers  


what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  


What is the basic difference between unix and windows operating systems?

43 Answers   Bopro, College School Exams Tests, CTS, IBM, IT-Kids, Priyadarshini, Sybian Technologies, Tolani Maritime,


How do you remove a directory?

1 Answers  


Categories