Path of exported variable not set as source

2024-01-26 Thread Ricky Tigg
BASH version: 5.2.26(1)-release. OS: Fedora; Desktop edition. Hello. Current state: Vim set as default text editor. $ cat .bashrc | grep '^export EDITOR' export EDITOR='/usr/bin/vim' $ typeset -p EDITOR declare -x EDITOR="/usr/bin/vim" $ which nano /usr/bin/nano Failure: attempt to set a text

BASH_BUILTINS(1) | 'man bash_builtins' | Manual not found

2021-09-30 Thread Ricky Tigg
Hello. For reference | Execute 'man ' e.g 'man alias'; this opens a BASH_BUILTINS(1) titled manual. The obvious is then noticeable: a manual entry for bash_builtins does exist. Once it is searched with 'man', it is no longer found. To reproduce: $ man bash_builtins No manual entry for

Re: bash 5.0.11 – Output not redirected

2020-02-27 Thread Ricky Tigg
there is no track of comments here. See I Andreas Kusalananda K comment. Not award of all previous comments. Otherwise X was not used; Wayland was used. Anyway current bug list not appropriate to track software issues.

Re: bash 5.0.11 – Output not redirected

2020-02-26 Thread Ricky Tigg
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> job 24 at Thu

bash 5.0.11 – Output not redirected

2020-02-26 Thread Ricky Tigg
Tested on *Gnome*; Component: bash.x86_64 5.0.11 Used Shell; $ echo $SHELL /bin/bash Following command opens the queried graphical terminal emulator; $ echo q | gnome-terminal Result in opened terminal: [yk@localhost ~]$ Redirected output is thus not present as input there.

Re: URL-links not activated – Bash v. 4.4.23

2018-11-23 Thread Ricky Tigg
Thanks for the tip! pe 23. marrask. 2018 klo 14.26 Greg Wooledge (wool...@eeg.ccf.org) kirjoitti: > On Fri, Nov 23, 2018 at 02:21:04PM +0100, Ricky Tigg wrote: > > To reproduce: on Linux with GUI in GUI terminal – e.g. gnome-terminal – > > execute following command then attempt t

URL-links not activated – Bash v. 4.4.23

2018-11-23 Thread Ricky Tigg
To reproduce: on Linux with GUI in GUI terminal – e.g. gnome-terminal – execute following command then attempt to click present URL links: $ rpm -qfi `which FBReader` (...) Actual result: it fails. Yet while the following,command is executed, same URL links can be clicked: $ rpm -qfi `which

Re: GNUbash v. 4.4.23-5 – Bash identifier location is non-correct in terminal

2018-10-29 Thread Ricky Tigg
Awesome, thanks! ma 29. lokak. 2018 klo 13.57 Ilkka Virta (itvi...@iki.fi) kirjoitti: > On 29.10. 12:40, Ricky Tigg wrote: > > Actual result: > > > > $ curl https://www.startpage.com > > (...) [yk@localhost ~]$ > > The shell just prints the prompt where ever th

GNUbash v. 4.4.23-5 – Bash identifier location is non-correct in terminal

2018-10-29 Thread Ricky Tigg
Component: bash.x86_64 4.4.23-5.fc29 @fedora To reproduce,: execute 'curl https://www.startpage.com'. Actual result: $ curl https://www.startpage.com (...) [yk@localhost ~]$ Expected result: $ curl https://www.startpage.com (...) [yk@localhost ~]$

GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs

2018-10-19 Thread Ricky Tigg
Built-in function 'set' produces variable outputs. OS: Fedora 29 – Component: bash-4.4.23-5.fc29.x86_64 To reproduce: $ export SSLKEYLOGFILE=/home/user/test $ set | grep SSL SSLKEYLOGFILE=/home/user/test _=SSLKEYLOGFILE $ set | grep SSL SSLKEYLOGFILE=/home/user/test Expected result right

GNU Bash v.4.4.23-5 built-in function 'logout' is translated

2018-10-19 Thread Ricky Tigg
GNU Bash built-in function 'logout' has been translated by mistake. OS: Fedora 29 – Component: bash-4.4.23-5.fc29.x86_64 To reproduce: $ locale LANG=fi_FI.UTF-8 $ help (...) lopetus [n] Expected result: $ help (...) logout [n] Additional information: $ LANG=C help (...) logout [n]

Re: Issue – Invalid command documented – BASH_BUILTINS(1) –

2018-07-14 Thread Ricky Tigg
according to another way,. 2018-07-14 16:38 GMT+02:00 Ricky Tigg : > OS: Fedora; Component: bash.x86_64 4.4.23-1.fc28 @updates > > Description: Non-valid documented command 'BASH_BUILTINS(1)'. > > $ man 1 bash_builtins > No manual entry for bash_builtins in section 1 > $ man bash

Issue – Invalid command documented – BASH_BUILTINS(1) –

2018-07-14 Thread Ricky Tigg
OS: Fedora; Component: bash.x86_64 4.4.23-1.fc28 @updates Description: Non-valid documented command 'BASH_BUILTINS(1)'. $ man 1 bash_builtins No manual entry for bash_builtins in section 1 $ man bash_builtins No manual entry for bash_builtins Additional informations: $ apropos bash (...) alias