Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the use of pipes?

Answers were Sorted based on User's Feedback



What is the use of pipes?..

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

What is the use of pipes?..

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

What is the use of pipes?..

Answer / bhaskar

Pipe command is used for combing 2 values
for eaxmple

who|sort

Is This Answer Correct ?    2 Yes 0 No

What is the use of pipes?..

Answer / abani_mahana

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

Post New Answer

More Unix Commands Interview Questions

What is the command to compare two files in unix?

0 Answers  


Describe the zip/unzip command using gzip.

0 Answers  


what is the functionality of kernel in unix architecture?

13 Answers   HCL,


What does grep v do?

0 Answers  


what is the command to find out the difference between files and folders?

6 Answers  


Enlist some filename manipulation commands in unix.

0 Answers  


What is the difference between cat command and more command?

0 Answers  


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

0 Answers  


what is the use of "test" command in unix?

4 Answers  


What is an Unix command to convert HEX value to ASCII value located in any flat file.

2 Answers  


What is the different between UNIX command and UNIX shell script?

2 Answers  


in UNIX ,What is the command to view contents of a large error log file?

7 Answers  


Categories