what is the use of uniq commmand?

Answer Posted / yuvaevergreen

report duplicate lines

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I open a port?

588


What is the use of finger command?

595


How do I run a whois command?

596


How do I delete files from command prompt?

549


What is the command to find maximum memory taking process on the server?

667






Who invented grep?

649


Why is grep called grep?

773


What are the differences among a system call, a library function, and a unix command?

566


How do I search for text in vi?

584


What happens when we execute a unix command?

597


What is sed awk grep?

600


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 # include 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:

1758


What does this command do? Cat food 1 > kitty

974


What is the use of tee command?

567


What is pipe command in unix?

668