[EMAIL PROTECTED] a écrit :

> Hello, and sorry for previous message
>
> Does anyone know how to use the redirecting input feature of Rebol? I have
> been trying it but it doesn´t seem to work.
>
> I have tried on Windows things like:
>
> rebol -w < in > out
>
> where the file "in" is:
>
> print "hello!!"
>
> Redirecting only output works as I expect:
>
> rebol -w script.r > out

Sorry ! I tried your solution and it worked ! I tried on a MS-DOS console.
I think that :
rebol -w -q <in >out
is better !

in file contains
print "hello!!"
After out contains exactly 2 lines :
>hello!!
>

Reply via email to