bug-bash
[Top][All Lists]
Advanced

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

Re: Bash 5.1: rl_readline_version = 0x801 (shouldn't it be 0x0801 ?)


From: Testing Purposes
Subject: Re: Bash 5.1: rl_readline_version = 0x801 (shouldn't it be 0x0801 ?)
Date: Tue, 8 Dec 2020 15:52:46 -0500

FINAL THOUGHT — BASH FEATURE SUGGESTION:

At the moment, this external command line reveals the version of Readline
that Bash is using:

gdb bash -batch -ex 'printf "%04x\n", (int) rl_readline_version'

Given how utterly fundamental Readline is to the functioning of Bash,
perhaps it should become a built-in option of Bash itself — like this:

-----------------------
bash --readline-version
This instance of GNU Bash is using the GNU Readline library, version 8.1
-----------------------

That would certainly be a more intuitive and human-friendly method.


reply via email to

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