What is a pipe?
Answers were Sorted based on User's Feedback
Answer / dhinesh vasudevan
pipe is passage which is used to fluid flow from one to
another end
| Is This Answer Correct ? | 24 Yes | 3 No |
Answer / shree
Pipe is use to take output of one command to intput of
other command
ex: who | grep root
| Is This Answer Correct ? | 18 Yes | 9 No |
Answer / dhinesh
Pipe is a tube or hollow cylinder for the conveyance of
fluid, gas and sometimes other materials. The
terms 'pipe' . 'Pipe' is generally specified by the
internal diameter (ID) depending upon which are considered
the most important to the designer.
| Is This Answer Correct ? | 14 Yes | 5 No |
Answer / sujeet kumar sinha
It is a tubular item made of metal,plastic,glass etc. meant
for conveying liquid, gas or anything that flows.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / c nandakumar
It is a hollow cylinderical conduit used for convey liquids from one place to the other
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / ankit sharma
pipe is a circular hollow tube or cylinder which is used for
conveying the fluid,gases and other materials.
The pipe is generally specified by the nominal diameter.
The outer diameter of the pipe is fixed but the internal
diameter will depend on the pipe thickness.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / tirumal kumar
It is a cylindrical conduit used to flow fluid from one
place to another place according to the dimensional
standards of ASME
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / ashu sharma
pipe is a closed conduit of circular cross-section which allows the fluid to flow from one direction to another.pipe is only specified by its O.D only and no other standard specification.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / biswajit parida
As we know every output of a command in unix is treated as
a file.
so while we are using command we need have to check three
things
1.command
2.option
3.argument
Syntax:<command> [option] <argument>
pipe is the mechanisim to running the filtered output, it
takes the output from left hand
side command and used it as a argument in right hand side.
Example:ls|grep "abc.txt"
In this example the output of the ls is treated as a
file and it takes as argument for
right hand side command.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jaag
A Pipe is a pressure tight cylinder used to convey the fluid
from one point to another point by a normally designated
commonly available material.
| Is This Answer Correct ? | 3 Yes | 3 No |
what happens when we create a file system?
Explain iostat, vmstat and netstat.
What are the read or write or execute bits on a directory mean?
Could you tell something about the Unix System Kernel?
how to set request time out value for name resolution on clients (hp-ux) ?
What are the processes that are not bothered by the swapper? Give Reason.
What is mean by Mac os? Why it is named as like that? Which purprose it is using? Please answer me. Advance thanks.
What is major difference between the Historic Unix and the new BSD release of Unix System V in terms of Memory Management?
does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?
How to put a job in background & bring it to foreground?
In Unix inter process communication take place using?
how can we create the script in crontab at mid night on sunday,satuarday,fiday 0n monyh october,november,january? please give me answer if anybody knows ? because on important purpose.