Help in shell programming...

Discussion in 'Programming' started by donkeerthi, Nov 26, 2012.

  1. #1
    Can anyone help me implement pipes in shell programming?
     
    donkeerthi, Nov 26, 2012 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    What do you mean by "implement"?

    You just pipe what you have to where you want:

    command1 parameter1 | command2 paramater2 | command3 parameter1 - parameter2 | command4

    If you mean something else, what?
     
    Rukbat, Nov 27, 2012 IP