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

[REBOL] Re: Commander.c adds Shell access for Rebol

From: c:brizell:worc:ac at: 21-Mar-2001 7:51

Frank, commander looks the "business". I've compiled and got it running on my Linux box. I have a small question, how can I capture the output in REBOL of the command I call? eg Rebol> call "psql -d dbname -c 'select * from tablename'" This returns all the rows from tablename on STDOUT (?) but I don't see how I can assign then to a REBOL word. I would like to be able to do Rebol> results: call "psql -d dbname -c 'select * from tablename'" I will continue to investigate 'commander' Regards colinb