Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Core and stdin

From: biker:timsi:pl at: 13-Apr-2001 10:06

At 15:15 2001-4-12 -0500, you wrote:
>more Unix-like. On Unix-like systems, I/O redirection is >done without difficulties. On Windows the | operator does >not work with REBOL, just > and <.
It's linux, so pipe should do the job. (but doesn't :( I'm working on some kind of "webgate" for majordomo-driven mailing list. All incoming messages are prefiltered by procmail, and some of them should be piped to rebol script. After bit of cleanup, messages should be inserted into MySQL database. Everything runs fine. Everything but piping msgs to script :(
>You can do full I/O redirection from within REBOL with the >shell functions of /Command and /Pro, but in REBOL syntax. ><...>
/Command and /Pro shell functions... so it won't work with /Core :( Thanks for advice. I was worried that my question was too "lame" ;) ........ ::2ker:: uin: 5901548