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 is a bash command?
Describe the usage and functionality of the command rm –r * in unix?
How to find $ai_serual resolved path by using unix
What is the use of cut command in unix?
What is grep r?
What is in grep command?
How do I search for text in vi?
What does this command do,"$more readme.txt“?
Explain ‘system calls’ with respect to unix commands?
What is a command and examples?
What is ctrl d?
Who invented grep?
How does pipe () work?
What command is used to switching between users in unix?
What is the function of grep command in unix?