What is the difference between pipe (|) and tee command in unix

Answer Posted / guest

seperate arguments

Is This Answer Correct ?    3 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain mount and unmount command.

613


How can you see the command line history?

584


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


Why is awk called awk?

577


What do chmod command do?

603






How do I search for a file in unix command?

546


What happens when we execute a unix command?

597


Is ‘du’ a command? If so, what is its use?

637


How to use grep command to list find the records of a file containing 10 different strings?

644


How do I run a whois command?

600


How do I run a bash script?

582


What does the metacharacter mean?

608


What does this command do? Cat food 1 > kitty

976


Explain how to use grep command to list find the records of a file containing 10 different strings?

593


Which command can you use to find the currently running process in unix server?

586