unix-style pipes
  • Order of the Butterfly
    Order of the Butterfly
    weiseb
    Posts: 210 from 2003/3/29
    Is it somehow possible to use unix-style pipes in Morphos?

    like
    ls | more
  • »08.06.05 - 21:28
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Robin
    Posts: 741 from 2003/2/24
    You have to define the pipe-char
    set _pchar |
    Then it should support at least one pipe per line.
    If you want to use more than one pipe I recommend to
    use sh from dev-tools which accepts more.
  • »08.06.05 - 21:45
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    weiseb
    Posts: 210 from 2003/3/29
    Thanks Robin,

    From now on I will just send an e-mail to you, if I have a problem, no matter what it is. :-P

    I already did set _pchar | but neither morphos more nor netcat worked as expected.
    I replaced the more with the AOS 3.9 version and that did it, so it was not a problem of the pipe.

    Must be the paypal curse.
  • »09.06.05 - 17:20
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Robin
    Posts: 741 from 2003/2/24
    Hehe, Paypal is not that buggy ;-)
    And bugs in MorphOS are just implemented
    as a feature to stay amiga-compatible :-p
  • »09.06.05 - 17:32
    Profile Visit Website