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

Linux shell access ??

 [1/9] from: ronaldoff::free::fr at: 27-Feb-2005 10:08


Hi, Is there any possibility that we can access shell under linux Rebol ??? The call capability is very interesting under Windows... but I'm less and less working under Windows ;-) Does RT plan this feature in (very close) future ? Thanks Ronald GRUSS

 [2/9] from: volker::nitsch::gmail::com at: 28-Feb-2005 1:51


On Sun, 27 Feb 2005 10:08:31 +0100, Gruss Ronald <[ronaldoff--free--fr]> wrote:
> Hi, > > Is there any possibility that we can access shell under linux Rebol ??? > > The call capability is very interesting under Windows... but I'm less > and less working under Windows ;-) > > Does RT plan this feature in (very close) future ? >
Its already there.
> Thanks > > Ronald GRUSS > -- > To unsubscribe from the list, just send an email to rebol-request > at rebol.com with unsubscribe as the subject. >
-- -Volker Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. David Wheeler

 [3/9] from: tom:conlin:g:mail at: 27-Feb-2005 22:28


'call is not in rebol/core 2.5.7.4.2 On Mon, 28 Feb 2005 01:51:17 +0100, Volker Nitsch <volker.nitsch-gmail.com> wrote:
> On Sun, 27 Feb 2005 10:08:31 +0100, Gruss Ronald <ronaldoff-free.fr> wrote: > >
<<quoted lines omitted: 24>>
> To unsubscribe from the list, just send an email to rebol-request > at rebol.com with unsubscribe as the subject.
-- ... nice weather eh

 [4/9] from: ronaldoff::free::fr at: 28-Feb-2005 9:46


Volker Nitsch a écrit :
>On Sun, 27 Feb 2005 10:08:31 +0100, Gruss Ronald <[ronaldoff--free--fr]> wrote: >>Hi,
<<quoted lines omitted: 9>>
>> >Its already there.
Sorry, knew it under windows, but how can I use it under linux ? How could I run a shell script from rebol ? Which version of Rebol gives access to shell ? -- La théorie, c'est quand on sait tout et que rien ne fonctionne. La pratique, c'est quand tout fonctionne et que personne ne sait pourquoi. Ici, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi ! - Albert Einstein - -- Binary/unsupported file stripped by Ecartis -- -- Type: text/x-vcard -- File: ronaldoff.vcf

 [5/9] from: volker::nitsch::gmail::com at: 28-Feb-2005 14:23


On Mon, 28 Feb 2005 09:46:23 +0100, Gruss Ronald <[ronaldoff--free--fr]> wrote:
> Volker Nitsch a =E9crit : > >On Sun, 27 Feb 2005 10:08:31 +0100, Gruss Ronald <[ronaldoff--free--fr]> wrote:
<<quoted lines omitted: 18>>
> Sorry, knew it under windows, but how can I use it under linux ? > How could I run a shell script from rebol ?
mainly call "the-command" ;runs in background ; call/wait needs a newer beta, had bug before. call/wait "the command" ; waits for completion call/wait/output "the command" out: copy"" ;then 'out has content latest /core returns also the returncode, if 0 <> call/wait "compile something" [something went wrong]
> Which version of Rebol gives access to shell ?
The official outdated /view with license.key. The /view-betas and latest /core-alpha for freebeer: http://www.rebol.net/builds/
> -- > La th=E9orie, c'est quand on sait tout et que rien ne fonctionne.
<<quoted lines omitted: 7>>
> To unsubscribe from the list, just send an email to rebol-request > at rebol.com with unsubscribe as the subject.
-- -Volker Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. David Wheeler

 [6/9] from: volker::nitsch::gmail::com at: 1-Mar-2005 21:24


On Sun, 27 Feb 2005 22:28:50 -0800, Tom Conlin <[tom--conlin--gmail--com]> wrote:
> 'call is not in rebol/core 2.5.7.4.2 >
Its the alpha (use at own risk..): REBOL/Core 2.5.58.4.2 ALPHA VERSION (Jan 4 2005/22:21:01) Copyright 1997-2004 REBOL Technologies REBOL is a Trademark of REBOL Technologies All rights reserved. Component: "REBOL Mezzanine Extensions" 1.2.0 (1-Aug-2004/22:34:12) Component: "REBOL Internet Protocols" 1.71.0 (4-Nov-2004/21:08:24) Finger protocol loaded Whois protocol loaded Daytime protocol loaded SMTP protocol loaded POP protocol loaded IMAP protocol loaded HTTP protocol loaded FTP protocol loaded NNTP protocol loaded Component: "Command Shell Access" 1.9.0 (3-Jan-2005/21:08:57) Component: "System Port" 1.4.0 (1-Aug-2004/18:58:28) !>> call "date" REBOL - Security Check: Script requests permission to execute a system shell command: date Yes, allow all, no, or quit? (Y/A/N/Q) Y == 0 !>> Di M=E4r 1 21:33:19 CET 2005
> On Mon, 28 Feb 2005 01:51:17 +0100, Volker Nitsch > <[volker--nitsch--gmail--com]> wrote:
<<quoted lines omitted: 38>>
> To unsubscribe from the list, just send an email to rebol-request > at rebol.com with unsubscribe as the subject.
-- -Volker Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. David Wheeler

 [7/9] from: ronaldoff::free::fr at: 1-Mar-2005 22:04


Tried this from shell, but never got the rebol promt (>>) rebol2558042 REBOL/Core 2.5.58.4.2 ALPHA VERSION (Jan 4 2005/22:21:01) Copyright 1997-2004 REBOL Technologies REBOL is a Trademark of REBOL Technologies All rights reserved. Component: "REBOL Mezzanine Extensions" 1.2.0 (1-Aug-2004/22:34:12) Component: "REBOL Internet Protocols" 1.71.0 (4-Nov-2004/21:08:24) Finger protocol loaded Whois protocol loaded Daytime protocol loaded SMTP protocol loaded POP protocol loaded IMAP protocol loaded HTTP protocol loaded FTP protocol loaded NNTP protocol loaded Component: "Command Shell Access" 1.9.0 (3-Jan-2005/21:08:57) Component: "System Port" 1.4.0 (1-Aug-2004/18:58:28) Script: "User Preferences" (23-Jan-2005/0:35:03+1:00) Did I miss something ? -- La théorie, c'est quand on sait tout et que rien ne fonctionne. La pratique, c'est quand tout fonctionne et que personne ne sait pourquoi. Ici, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi ! - Albert Einstein - -- Binary/unsupported file stripped by Ecartis -- -- Type: text/x-vcard -- File: ronaldoff.vcf

 [8/9] from: SQLAB::gmx::net at: 2-Mar-2005 8:21


Using the telnet scheme from F.Sievertsen http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=telnet.r. you get shell access on every OS with a telnet server. AR Tom Conlin wrote:

 [9/9] from: volker::nitsch::gmail::com at: 2-Mar-2005 14:50


On Tue, 01 Mar 2005 22:04:21 +0100, Gruss Ronald <[ronaldoff--free--fr]> wrote:
> Tried this from shell, but never got the rebol promt (>>) > rebol2558042
<<quoted lines omitted: 17>>
> Script: "User Preferences" (23-Jan-2005/0:35:03+1:00) > Did I miss something ?
Yes. termcap. rebol has changed console-handling. to enable piping/redirection IIRC :) but it needs the very old termcap-stuff. On debian/knoppix i found http://packages.debian.org/cgi-bin/search_packages.pl?keywords=termcap&searchon=names&subword=1&version=stable&release=all and did "apt-get --install termcap-compat" IIRC. after Gabriele figured out access to /etc/termcap failed. Serach in your distros package-manager.
> -- > La th=E9orie, c'est quand on sait tout et que rien ne fonctionne.
<<quoted lines omitted: 7>>
> To unsubscribe from the list, just send an email to rebol-request > at rebol.com with unsubscribe as the subject.
-- -Volker Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. David Wheeler

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted