[REBOL] oneliner possible?
From: riachtchenko::docutec::de at: 13-Dec-2000 12:54
Hi folks,
Is it possible to output directly
from oneliner to the console, since:
D>$D:\Program_Files\rebol-0.31\core\rebol -w --do "print 5 + 4" >
o.txt
D>$type o.txt
Finger protocol loaded
Whois protocol loaded
Daytime protocol loaded
SMTP protocol loaded
POP protocol loaded
HTTP protocol loaded
FTP protocol loaded
NNTP protocol loaded
Script: "User Preferences" (28-Nov-2000/15:22:35+1:00)
9
but no way with:
D>$D:\Program_Files\rebol-0.31\core\rebol -w --do "print 5"
sascha.