the partially complete command line.
Thanks for the report. This was fixed in the devel branch just after
bash-5.2 was released, and the fix is in bash-5.3.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hi
ot; to, e.g.
"$PATH".
Well, sure. It's highly likely that "$PATH" will not be "0", so the test
command will succeed, and so on.
Note, as others have, that this AND-OR shorthand is not equivalent to
if A; then B; else C
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
onf.h file for this situation; I'll see if I
can fix this there and have mkbuiltins.c include it.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.
You need a conservative second file for the build system.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.as
sn't provide its own implementation of EREs: it uses whatever libc
supplies. I assume that's different from whatever `grep -E' uses.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
documentation and testing cycle. I try to give a release
candidate at least a month so distros can build and test. I would expect
bash-5.3 to be released this summer.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis''
nd variable
error unless the subscript is `@' or `*'.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
n again.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
le, but could work in some environments.
It'd be nice if this implementation could be standardized under the
GNU umbrella.
I'll see what I can do before bash-5.3 comes out.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita
On 5/10/25 11:18 AM, Sam James wrote:
Hi,
Since the following commit on devel
commit c3ca11424d2ae66cafa2f931b008dfb728e209a5
Author: Chet Ramey
Date: Wed Feb 12 11:18:16 2025 -0500
fix issue with redirections to bash input file descriptor; new minimal
chmod
ga, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
e craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
y.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
thout-bash-malloc
$ make
$ cat crash2.txt | ./bash
This can still be reproduced after the fix pushed today.
Yes; there's nothing in that push that addresses this.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' -
his back in November, 2022, based on
https://lists.gnu.org/archive/html/bug-bash/2022-09/msg2.html
It came in too late in the bash-5.2 release cycle to be included.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' -
vironment.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
On 4/23/25 1:37 PM, Grisha Levit wrote:
On Wed, Apr 23, 2025, 11:40 Chet Ramey wrote:
On 4/23/25 11:30 AM, Александр Ушаков wrote:
I encountered an issue in Bash and would like to report it. buggyfile.txt is
attached to the email.
Steps to reproduce
$ CC=clang-19 CFLAGS="-fsan
ash --norc --noediting -i
I get no asan errors when running that file against the current bash devel
branch and bash-5.3-rc1.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech,
efore @btindex.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
On 4/21/25 2:48 AM, Stephane Chazelas wrote:
2025-04-20 17:31:56 -0400, Chet Ramey:
[...]
This has been fixed since last July, and the fix is in bash-5.3.
[...]
Thanks, though as Greg says, there seems to be a few more
related issues still affecting 5.3. I repost a message sent
privately
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
- Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
On 4/12/25 3:29 AM, Laurent Lyaudet wrote:
Le ven. 11 avr. 2025 à 18:11, Chet Ramey <mailto:chet.ra...@case.edu>> a écrit :
On 4/10/25 12:29 PM, Laurent Lyaudet wrote:
> Hello :),
>
> Recently, I noticed during tests that mkdir -p can handle paths beyo
On 4/11/25 7:24 PM, Mark Kennedy wrote:
Thanks, I'll update your email address.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhtt
o long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
tware Foundation, Inc.
This string was left unchanged by the translation team, at least in the
po file I shipped with bash-5.2.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU
er
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
7;, wouldn't even get to trying the next server.
So you would have to take that into account if I add connection timeouts
(and even now without them).
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
C
#x27;' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
ion: do you think a
connection timeout should be considered a redirection error?
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
xpect.
OK, it seems reasonable. I'll look at changing this for the next version.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/
blank line?
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
range.
Good catch.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
On 4/9/25 9:31 AM, Dan Shelton wrote:
On Wed, 9 Apr 2025 at 15:16, Chet Ramey wrote:
On 4/9/25 2:09 AM, Cedric Blancher wrote:
Good morning!
Could bash please support x=${cmd;} alongside x=$(cmd)?
I implemented it back in 2023 and it will be in bash-5.3.
There was quite a long discussion
g to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
t command in
a shell function, [[ conditional commands, and (( arithmetic commands.
This is documented in the man page, but I feel like it's overkill to put
it in the help text.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'
if
the application wants to print macro values itself instead of letting
readline do it
f. rl_reparse_colors: new application-callable function, reparses $LS_COLORS
(presumably after the user changes it)
g. rl_completion_rewrite_hook: new application-settable function pointer,
called to modify the word being completed before comparing it against
pathnames from the file system.
h. execute-named-command: a new bindable command that reads the name of a
readline command from the standard input and executes it. Bound to M-x
in emacs mode by default.
i. Incremental and non-incremental searches now allow ^V/^Q (or, in the former
case, anything bound to quoted-insert) to quote characters in the search
string.
j. There is a new rl_print_keybinding function that prints the key bindings
for a single bindable function specified by name.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
r change so that expanding
${#a[0]}, ${#a[*]}, and ${#a[@]}, where a is a scalar variable, when
nounset is enabled, does not result in an unbound variable error.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrat
On 3/30/25 2:34 AM, Robert Elz wrote:
Date:Thu, 27 Mar 2025 17:22:03 -0400
From:Chet Ramey
Message-ID: <6da17a73-2aac-4fa5-9fa7-5bfff087d...@case.edu>
| The shell should assume that setting a shell variable means the
| user wants to modify the s
g to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
On 3/31/25 12:52 PM, Andreas Schwab wrote:
On Mär 31 2025, Chet Ramey wrote:
It's hard to see these as being useful if they're glibc-specific.
They are coming from ISO TR 14652 and 30112.
OK. And when other systems support them, and they get standardized, it will
be time to r
On 3/29/25 12:05 AM, Lawrence Velázquez wrote:
On Thu, Mar 27, 2025, at 5:22 PM, Chet Ramey wrote:
On 3/26/25 6:29 PM, Robert Elz wrote:
LANG is generally just the fallback for categories that haven't been
set to something else. For this, assume the LC_ALL had never been
set (setting
On 3/26/25 6:29 PM, Robert Elz wrote:
Date:Wed, 26 Mar 2025 16:05:57 -0400
From:Chet Ramey
Message-ID:
| There is a precedence hierarchy associated with locale environment
| variables, since setting and unsetting environment variables is under
| the
iables, so its value is reflected in all the
locale categories.
But setting LC_NUMERIC=C sets the environment variable **and** the
corresponding locale key
Yes, according to the precedence.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, v
#x27;' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
G=C bash -c 'echo "$LC_NUMERIC"'
(blank line output)
It's not supposed to; that would be undesirable behavior.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
two lines
of code when setting up the funsub.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Descript
in
your .bashrc.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
;a
b"
You don't.
However you could fake it, by including backslashes in the delimiter,
which would allow literal newlines,
It would not; this is a line continuation.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita br
;well, what are they?"
questions and the just as inevitable "then why aren't they documented?"
and you're back where you started.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrate
e.
The thread starts here:
https://lists.gnu.org/archive/html/bug-bash/2025-03/msg9.html
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~che
.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
`Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
cer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
subshell, instead of the subshell itself.
Thanks for the report. The subshell updates BASH_COMMAND, but not the
parent. It's an easy change to make.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Che
oes not require that all the leading
arguments, from the first to the (N-1)th, are specified in the format
string. For example, "%3$s %1$d\n" is an acceptable format operand which
evaluates the first and third argument operands but not the second."
--
``The lyf so short, the craft so long
conversion specifier.
$ /usr/bin/printf '%3$*.*d\n' 4 2 3
printf: incomplete use of n$
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.c
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
ot;should" is less strict than "shall," but someone might still do it.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
n't think it adds anything. I know ksh93
does it, but ksh93 threw arithmetic evaluation in a bunch of different
places before $((...)) came along, and I think arithmetic expansion renders
them superfluous.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
ive to some max base from
the previous scan through the format string, initializing that base to 0.
I had the same idea.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU
ake it annoying to do.
that format string reuse is simply wrong in the numbered
conversion case, no-one really needs that.
POSIX chose another direction.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippo
ext. That's why $((...)) is available.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
On 2/21/25 10:13 AM, Robert Elz wrote:
Date:Fri, 21 Feb 2025 09:08:13 -0500
From:Chet Ramey
Message-ID: <59a1d1d0-b6eb-4652-9e77-1fc4c5992...@case.edu>
| Given the following, which POSIX says is unspecified:
|
| printf '%s %3$s %s
he lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
On 2/20/25 11:44 PM, Phi Debian wrote:
On Thu, Feb 20, 2025 at 11:41 PM Chet Ramey <mailto:chet.ra...@case.edu>> wrote:
A response to the question about printf supporting %n$ conversion
specifications I posted to savannah.
Thanx @chet, I didn't knew this thread.
A response to the question about printf supporting %n$ conversion
specifications I posted to savannah.
--- Begin Message ---
Follow-up Comment #5, sr #66 (group bash):
[comment #4 comment #4:]
> [comment #3 comment #3:]
>> * explicit positional argument selection. Some versions of printf(3)
t pretty-printing mode
doesn't suppress execution until after any startup files are read is to
allow a custom startup file to set the shell options you want for printing.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis
`Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
On 2/14/25 9:48 AM, Chet Ramey wrote:
I think it's reasonable for the history builtin to report read errors here,
something like this:
bash: history: /dev/fd/63: read error: Inappropriate file type or format
The problem with this is that it errors on /dev/null, which has always
worked a
ropriate file type or format
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
and a command with a parameter starting with ~ is used (which will
produce tilde expansion).
Thanks for the suggestion. I'm not inclined to implement it.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'
er
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
On 2/10/25 2:24 PM, Phi Debian wrote:
On Mon, Feb 10, 2025 at 5:48 PM Chet Ramey <mailto:chet.ra...@case.edu>> wrote
There isn't a reward for brevity or obfuscation; say what you mean:
isnum2()
{
case "$1" in
[-+] | ''
OK
*[!0-9]*) return 1;; # non-digit
*) return 0;; # OK
esac
}
It obviously doesn't handle 0x constants, but could be changed to.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita br
without redirecting
stderr;
No, that has nothing to do with BASH_XTRACEFD.
and (b) insert into the manual an explicit description of at least
one expansion explaining that will reliably result in an empty string being
interpreted as numeric zero, so that we can trust that one won
command.h, a simple range check would
suffice?” Which led me down a rabbit hole. Why *only* those particular
redirections?
Thanks for the report.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ram
.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
mailer wrap the lines.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
h its internal links, shines.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
, but most of it is transparent (RETURN, ERR,
DEBUG traps, etc.).
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature
ng to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
t null; if the colon is omitted, the
operator tests only for existence."
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
x27;' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
ne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
at the time a command is executed.
You should read the previous discussion on this.
https://lists.gnu.org/archive/html/bug-bash/2025-01/msg00114.html
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Che
/local/shell/bash' login shell). Are you telling me that this shell,
when run as `sh', behaves differently? Why not show that?
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
ed by
the read builtin to support `read -n' while the shell's input is a tty.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~che
On 1/25/25 10:44 AM, Dennis Clarke wrote:
On 8/26/24 16:29, Chet Ramey wrote:
On 8/24/24 11:53 PM, Dennis Clarke via Bug reports for the GNU Bourne
Again SHell wrote:
This seemed to happen over and over and only during "make install".
There are a number of loadable builtins th
sical like that, my guess is more people want the bash
behavior than not, as bad an idea as it is.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://ti
the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
of the prompt because it
has invisible characters. I'll see if there's something that I can do to
inhibit that in certain cases.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey,
ation writer.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
1 - 100 of 2070 matches
Mail list logo