What is the difference between pipe (|) and tee command in unix
Answer Posted / thina
ls |wc-l |tee 1.txt
step 1: listing of file and folders
step 2: counting No of Lines
step 3: tee command getting output from above steps and
stres in the file
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What command will change your prompt to myprompt?
How do I open a port?
What difference between cmp and diff commands?
How do I delete files from command prompt?
Is it inbetween or in between?
What is the command to compare two files in unix?
What is command statement?
What does the metacharacter mean?
How do I search for a file in unix command?
How do I run a whois command?
What is the use of cut command in unix?
What are filter commands in unix?
What do chown command do?
Explain ‘library functions’ with respect to unix commands?
What is the pipe command?