What is a pipe?

Answers were Sorted based on User's Feedback



What is a pipe? ..

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

What is a pipe? ..

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

What is a pipe? ..

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

What is a pipe? ..

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

What is a pipe? ..

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

What is a pipe? ..

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

What is a pipe? ..

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

What is a pipe? ..

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

What is a pipe? ..

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

What is a pipe? ..

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

Post New Answer

More Unix AllOther Interview Questions

How to put a job in background & bring it to foreground?

3 Answers  


. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group

0 Answers  


What is a pipe?

18 Answers   Fichtner,


What are permissions in UNIX?

5 Answers   BMC, University,


How would you change all occurrences of a value using VI?

1 Answers  






What are the files in /etc directory?

6 Answers   TCS, Wipro,


How to find the version details of unix? if any application is installed in unix OS how to find the version of that application is it possilbe or not? pls let me know cmd in detail.

5 Answers   HCL,


What does iostat do?

4 Answers   IBM,


In this command sqlplus -s username/password what is -S and what's the use..???

1 Answers   TCS,


HOW DO CREATE A NFS FILE SYSTEM

4 Answers   Mind Tree,


What does init do? What does inetd do?

1 Answers  


How to remove weird filenames?

1 Answers  


Categories