[Gambas-user] using 2>redirect with Exec?

Jussi Lahtinen jussi.lahtinen at gmail.com
Sun Aug 8 02:05:32 CEST 2021


No, that is for terminal. You must use "Output to" and "Error To" keywords.
http://gambaswiki.org/wiki/lang/errorto

Jussi

On Sun, Aug 8, 2021 at 2:29 AM Bruce Steers <bsteers4 at gmail.com> wrote:

>
> I cannot get redirect working with Exec.  Is it possible?
>
> Ie..
> Shell "/run/mycommand 2>&1"
> works as expected and redirects error text to stdout.
>
> Exec ["/run/mycommand", "2>&1"]
> does not redirect and only sends '2>&1' as an argument to /run/mycommand.
>
> Is there a way to redirect with Exec or will i have to Shell it?
>
> For some reason i am under the impression it is better to use Exec over
> Shell if possible?
>
> Thanks in advance
> BruceS
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210808/7b3a9e22/attachment.htm>


More information about the User mailing list