bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash 5.0.11 – Output not redirected


From: Andreas Kusalananda Kähäri
Subject: Re: bash 5.0.11 – Output not redirected
Date: Thu, 27 Feb 2020 09:08:07 +0100

On Thu, Feb 27, 2020 at 09:39:35AM +0200, Ricky Tigg wrote:
> Hey. Goal: scheduling tasks along with visual output in terminal. I
> concieved it could be achieved under Linux. I had defined a use-case for
> that purpose..
> 
> $ at -q c now + 1 minute
> warning: commands will be executed using /bin/sh
> at> dnf check-update --security | gnome-terminal
> at> <EOT>
> job 24 at Thu Feb 27 09:35:00 2020

This is not a bash bug and has nothing to do with bash.

I don't use X and hence know very little about gnome-terminal, but an
ordinary terminal (such as xterm) may take a command to execute with
e.g.

        xterm -e 'dnf check-update --security'

Whether this would work with gnome-terminal, I don't know.  I also don't
know whether at would be able to open a terminal window on your display
from one of its jobs.

Note that this is totally unrelated to whatever shell you happen to be
running.

-- 
Andreas (Kusalananda) Kähäri
SciLifeLab, NBIS, ICM
Uppsala University, Sweden

.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]