hw will u use awk in replacing cahrs and files
No Answer is Posted For this Question
Be the First to Post Answer
what are processor execution levels and priorities?
What does pipe () return?
What does mkdir up2date; touch outdated up2date do?
How to get the operating system's information in unix?
How do you remove a directory?
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 filters?
29. How to display top 10 users Who | head -10 | wc –w
what is the command to find out which shell you are running?
What is the difference between cat and more command?
what is the meaning of this command rm -rf / what will it do ?
What is the use of sed command in unix?