Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15975

Re: bash 5.0.11 – Output not redirected

From Andreas Kusalananda Kähäri <andreas.kahari@abc.se>
Newsgroups gnu.bash.bug
Subject Re: bash 5.0.11 – Output not redirected
Date 2020-02-27 09:08 +0100
Message-ID <mailman.1632.1582790896.2412.bug-bash@gnu.org> (permalink)
References <CAM_8-Ci8K6ZbYLE=sLicsVpeDod4RP6zhKs+QUKNVqRV8m65cQ@mail.gmail.com> <20200226154817.GD845@eeg.ccf.org> <CAM_8-Cg6-nZUry5VgXGNrtA-VRNOwaT90gx2atwK7DArZqtP8g@mail.gmail.com> <20200227080807.GA52187@pooh.prefix.duckdns.org>

Show all headers | View raw


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

.

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: bash 5.0.11 – Output not redirected Andreas Kusalananda Kähäri <andreas.kahari@abc.se> - 2020-02-27 09:08 +0100

csiph-web