What is the use of pipes?
Answers were Sorted based on User's Feedback
Answer / shilpa
Output of one command can be used as input for other
command. Hence execution time will be reduced
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / abinash
its is used to sned the output of one unix command as
inpiut to another unix command.
e.g.
ps -aef | grep <process name>
| Is This Answer Correct ? | 4 Yes | 1 No |
Pipe command is used sending one command's output to other command input
ex:- ls -l | wc -l
here ls -l will show details of files available and wc -l will show how many rows(total no of rows) the previous command diaplayed
| Is This Answer Correct ? | 0 Yes | 0 No |
What does awk stand for?
Can you enlist some commonly used network commands?
In Unix file permissions what does the second field denotes?
which script will invoke first ,when /etc/init.d starts
what are the differences between CUI and GUI interfaces?
52 Answers College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,
29. How to display top 10 users Who | head -10 | wc –w
Why we are using UNIX OS when we are doing the testing in our application?
What are the differences among a system call, a library function, and a unix command?
What is the use of touch command in there?
How does one process we can start an executable file? How to get the PID process, which we started?
Describe the zip/unzip command using gzip.
What is awk good for?