Follow-up Comments:
---
Date: Tue 22 Apr 2025 08:41:19 PM UTC By: Anonymous
When using readline, this happens
$ echo hello\
>
> world
hello world
$
$ echo helloworld
Note, there is no issue when backslash is a word by itself
rating System: GNU/Linux
___
Follow-up Comments:
---
Date: Thu 10 Apr 2025 10:55:35 PM UTC By: Anonymous
Given this function with completion:
$ LC_ALL=C bash --norc
bash-
/Linux
___
Follow-up Comments:
---
Date: Mon 24 Mar 2025 07:47:14 AM UTC By: Anonymous
= empty.sh =
#!/usr/bin/bash
set -x
echo '---' &>/dev/null
echo empty
echo '
Lock: Any
___
Follow-up Comments:
---
Date: Tue 18 Mar 2025 01:30:06 PM UTC By: Anonymous
Quote:
```
The command substitution $(cat file) can be replaced by the equivalent but
faster $(< file).
```
This is not true in one case that
/Linux
___
Follow-up Comments:
---
Date: Fri 27 Dec 2024 07:15:13 PM UTC By: Anonymous
For a while, bash has had support for a streamlined gettext support with $"",
but that's basically t
ussion Lock: Any
Operating System: None
___
Follow-up Comments:
---
Date: Sat 07 Dec 2024 11:39:47 AM UTC By: Anonymous
Doc currently:
https://git.savannah.gnu.org/cgit/bash.git/tree/doc/b
k: Any
Operating System: Mac OS
___
Follow-up Comments:
---
Date: Sat 07 Dec 2024 08:47:00 AM UTC By: Anonymous
I recently discovered two distinct flaws in Bash’s variable-indir
mments:
---
Date: Fri 15 Nov 2024 10:48:54 AM UTC By: Anonymous
There two places, where use after free occurs in change_to_directory function
defined in cd.def file.
1. First place:
assign: Assigning: tdir = nolinks ? sh_physpath(t, 0) : sh_canon
low-up Comments:
---
Date: Fri 15 Nov 2024 09:26:31 AM UTC By: Anonymous
The static analyzer showed an error in function expand_string_dollar_quote
(file: subst.c), where t variable is used after free:
freed_arg: free frees t.
4290 f
mments:
---
Date: Wed 06 Nov 2024 09:23:39 AM UTC By: Anonymous
There's a tiny mistake in the "Pattern Matching" section of the documentation:
A space is missing in "Theextglob option changes the behavior of the parser"
(note: "ex
_
Follow-up Comments:
---
Date: Mon 21 Oct 2024 10:18:53 AM UTC By: Anonymous
$ test -n "" -a x -ge 4
bash: test: x: integer expression expected
In the above shown, output, bash correctly reports that "x" isn't r
: Open
Discussion Lock: Any
Operating System: GNU/Linux
___
Follow-up Comments:
---
Date: Wed 25 Sep 2024 07:18:59 AM UTC By: Anonymous
[I also posted this on Stackoverfl
Follow-up Comments:
---
Date: Fri 20 Sep 2024 03:57:42 AM UTC By: Anonymous
https://unix.stackexchange.com/a/779423 mentions a bash documentation
omission:
"Bash retrieves the window size from the terminal associated with its standard
er
low-up Comments:
---
Date: Tue 06 Aug 2024 09:58:54 AM UTC By: Anonymous
*Affected version: 5.2.32(1)*
jesusm@liet:[~]$ bash --version
GNU bash, version 5.2.32(1)-release (x86_64-slackware-linux-gnu)
Copyright (C) 2022 Free Software Foundation, Inc.
L
Discussion Lock: Any
___
Follow-up Comments:
---
Date: Sat 13 Jul 2024 02:15:01 AM UTC By: Anonymous
The documentation of the
[https://www.gnu.org/software/bash/manual/bash.html#Bash-Conditional-Expressions
Bash-Conditional-Expressions] "
/Linux
___
Follow-up Comments:
---
Date: Sat 04 May 2024 10:08:41 AM UTC By: Anonymous
I have the following problem with transmitting arguments to a bash script
onward to an inside program call.
Lets na
mments:
---
Date: Wed 01 May 2024 11:39:28 PM UTC By: Anonymous
$ bash --version | head -n1
GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
$ valgrind --leak-check=full \
--track-origins=yes \
--verbose \
--log-file=valgri
mments:
---
Date: Sun 28 Apr 2024 06:51:44 AM UTC By: Anonymous
Try the following script w/ various sets of arguments and tell me if you see
something weird!
#!/bin/bash
echo "script has $# arguments"
echo "cmdline \$* = $*"
echo "fir
k: Any
___
Follow-up Comments:
---
Date: Wed 24 Apr 2024 07:32:32 PM UTC By: Anonymous
When attempting to compile BASH 5.2.21, after running the following configure
command (on ArchLinux):
./configure --host=i686-w64-mingw32 --disable-win32-registry --d
/Linux
___
Follow-up Comments:
---
Date: Thu 18 Apr 2024 07:03:31 AM UTC By: Anonymous
Yesterday on my answer:
'You can always use `-h` / `--help`'
they gave me reply:
'There isn
20 matches
Mail list logo