1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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