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

Path csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail
From Andreas Kusalananda Kähäri <andreas.kahari@abc.se>
Newsgroups gnu.bash.bug
Subject Re: bash 5.0.11 – Output not redirected
Date Thu, 27 Feb 2020 09:08:07 +0100
Lines 33
Approved bug-bash@gnu.org
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>
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Trace usenet.stanford.edu 1582790897 8575 209.51.188.17 (27 Feb 2020 08:08:17 GMT)
X-Complaints-To action@cs.stanford.edu
Cc bug-bash@gnu.org
To Ricky Tigg <ricky.tigg@gmail.com>
Envelope-to bug-bash@gnu.org
Mail-Followup-To Ricky Tigg <ricky.tigg@gmail.com>, bug-bash@gnu.org
Content-Disposition inline
In-Reply-To <CAM_8-Cg6-nZUry5VgXGNrtA-VRNOwaT90gx2atwK7DArZqtP8g@mail.gmail.com>
X-detected-operating-system by eggs.gnu.org: Genre and OS details not recognized.
X-Received-From 158.174.61.227
X-BeenThere bug-bash@gnu.org
X-Mailman-Version 2.1.23
Precedence list
List-Id Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe>
List-Archive <https://lists.gnu.org/archive/html/bug-bash>
List-Post <mailto:bug-bash@gnu.org>
List-Help <mailto:bug-bash-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe>
X-Mailman-Original-Message-ID <20200227080807.GA52187@pooh.prefix.duckdns.org>
X-Mailman-Original-References <CAM_8-Ci8K6ZbYLE=sLicsVpeDod4RP6zhKs+QUKNVqRV8m65cQ@mail.gmail.com> <20200226154817.GD845@eeg.ccf.org> <CAM_8-Cg6-nZUry5VgXGNrtA-VRNOwaT90gx2atwK7DArZqtP8g@mail.gmail.com>
Xref csiph.com gnu.bash.bug:15975

Show key headers only | 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