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
Explain command to display different lines that are found when compare two files?
Explain ‘system calls’ with respect to unix commands?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the comma to show the space allocation of files?
What are bash commands?
Which command can you use to find the currently running process in unix server?
How do I delete files from command prompt?
How do I search a whole word in vim?
How do you grep recursively?
What does touch command do in unix?
How to find $ai_serual resolved path by using unix
What is s and g in sed command?
What is ‘ps’ command for?
What command is used to switching between users in unix?
What will the following command do?