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

pb with call in rebcmd 2.5.6

 [1/3] from: pat:scotto:wanadoo at: 27-Feb-2004 21:56


when I used rebol command 2.0 on linux #!/var/www/cgi-bin/rebcmd -qcs ipaddr: "192.168.0.5" rep: "" call/wait/output reduce rejoin ["nmap sT " ipaddr] rep print rep that's work and if I try the same script with my new sdk 2.56 with rebcmd that don't work why ? any idea ? a bug ?? thank you for answer patrick

 [2/3] from: g:santilli:tiscalinet:it at: 27-Feb-2004 23:49


Hi pat.scotto, On Friday, February 27, 2004, 9:56:48 PM, you wrote: ps> call/wait/output reduce rejoin ["nmap sT " ipaddr] rep ps> print rep There's a problem with CALL/OUTPUT on Linux. The only workaround so far is redirecting to a temp file... Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/

 [3/3] from: pat:scotto:wanadoo at: 28-Feb-2004 8:44


thank you for confirmation , may be better output in a temp file which has a random name . Gabriele Santilli a =E9crit: