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
Using unix command how to display no of records in oracle?
What does touch command do in unix?
What is the use of the tee command?
What is the use of sed command in unix?
How do I search for text in vi?
How to use grep command to list find the records of a file containing 10 different strings?
How do I search a whole word in vim?
What happens when we execute a unix command?
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
How can you see the command line history?
What are the commands in UNIX to list the files in a Directory?
Can you explain a little bit about command substitution?
What is the command to view process running?
What does this command do? Cat food 1 > kitty
What is updatedb?