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: Eli Schwartz
Subject: Re: bash 5.0.11 – Output not redirected
Date: Wed, 26 Feb 2020 11:59:09 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2

On 2/26/20 10:48 AM, Greg Wooledge wrote:
> If you're trying to pre-populate the input buffer of a shell in a newly
> launched terminal emulator, you're about to go down some very deep
> rabbit holes.  I suggest you look at tmux or screen.  Those may have
> some of the features you're looking for, if my guess is on target.

A simpler solution if you (rhet.) just want to run a command
automatically in gnome-terminal and then wait for more commands, is,
instead of starting "bash" (or $SHELL) by default, specify that
gnome-terminal should run the command:

bash --rcfile <(cat ~/.bashrc; echo "some_commands")

That would run "some_commands" as part of the shell initialization,
though it wouldn't wait for confirmation or line editing and it wouldn't
print what you're running without also doing some explicit echo/printf
or set -x.

Kind of a confusing way to do things, but it could get the job done.

-- 
Eli Schwartz
Arch Linux Bug Wrangler and Trusted User

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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