bug-bash archive search

Search String: Display: Description: Sort:

Results:

References: [ history: 2238 ] [ expansion: 3840 ] [ quote: 1641 ]

Total 312 documents matching your query.

1. [PATCH 04/13] lib/readline/doc/history.3: Replace blank lines with macro calls. (score: 648)
Author: HIDDEN
Date: Thu, 28 Mar 2024 16:11:28 -0500
When formatting for typesetters, a blank input line produces 1 vee (one line height, basically) of vertical space, but the default inter-paragraph distance in man(7) is 0.4v. Fixes numerous style war
/archive/html/bug-bash/2024-03/msg00236.html (17,932 bytes)

2. Re: History expansion in multiline string, within single quote (score: 425)
Author: HIDDEN
Date: Thu, 9 Aug 2018 10:32:34 -0400
Since the history library is explicitly line-oriented, and independent of the shell, there hasn't been a clean way to inform it about any quoting state the current line should inherit. I added an exp
/archive/html/bug-bash/2018-08/msg00037.html (5,690 bytes)

3. History expansion in multiline string, within single quote (score: 416)
Author: HIDDEN
Date: Thu, 9 Aug 2018 09:47:24 +0200 (CEST)
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu'
/archive/html/bug-bash/2018-08/msg00035.html (5,381 bytes)

4. invalid history expansion and tab expansion (score: 400)
Author: HIDDEN
Date: Sun, 4 Feb 2001 17:45:26 +1100 (EST)
Configuration Information [Automatically generated, do not change]: Machine: i386 OS: Linux Compiler: cc Compilation CFLAGS: -DHAVE_VFPRINTF -DHAVE_UNISTD_H -DHAVE_STDLIB_H -DHAVE_LIMITS_H -DHAVE_GET
/archive/html/bug-bash/2001-02/msg00011.html (5,508 bytes)

5. Re: ! history expansion occurs within arithmetic substitutions (score: 396)
Author: HIDDEN
Date: Fri, 11 Aug 2023 12:29:15 -0400
Yes... Also, the same magic seems to apply to $!, even if it isn't at the end of a word. The manual page should probably mention the criteria for suppressing history expansion there, whatever they ar
/archive/html/bug-bash/2023-08/msg00032.html (10,509 bytes)

6. Re: invalid history expansion and tab expansion (score: 391)
Author: HIDDEN
Date: Mon, 5 Feb 2001 09:52:43 -0500
Upgrade. Bash-2.04 handles this correctly. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet) Chet Ramey, CWRU chet@po.CWRU.Edu http://cnswww.cns.cwru.e
/archive/html/bug-bash/2001-02/msg00017.html (4,997 bytes)

7. Double quoted history expansion character cannot be escaped (score: 311)
Author: HIDDEN
Date: Mon, 6 Aug 2012 16:37:22 -0700 (PDT)
According to the bash man page, it appears that only backslash and single quotes can escape the history expansion character ('!' by default). However, bash refuses to escape the history expansion cha
/archive/html/bug-bash/2012-08/msg00006.html (7,891 bytes)

8. Re: ! history expansion occurs within arithmetic substitutions (score: 303)
Author: HIDDEN
Date: Tue, 15 Aug 2023 20:18:08 +1000
While the delimiters for picking history expansions out of a line of input include all (most of?) the things that cause words to be delimited at the shell grammar level, it differs sufficiently that
/archive/html/bug-bash/2023-08/msg00043.html (9,645 bytes)

9. Bash FAQ (test posting) (score: 299)
Author: HIDDEN
Date: Mon, 14 May 2007 09:55:13 -0400
This is the Bash FAQ, version 3.36, for Bash version 3.2. This document contains a set of frequently-asked questions concerning Bash, the GNU Bourne-Again Shell. Bash is a freely-available command in
/archive/html/bug-bash/2007-05/msg00047.html (84,363 bytes)

10. Bash-4.4-rc2 available (score: 289)
Author: HIDDEN
Date: Tue, 23 Aug 2016 16:03:07 -0400
The second release candidate of bash-4.4 is now available with the URL ftp://ftp.cwru.edu/pub/bash/bash-4.4-rc2.tar.gz and via git from http://git.savannah.gnu.org/cgit/bash.git/?h=bash-4.4-testing T
/archive/html/bug-bash/2016-08/msg00123.html (48,426 bytes)

11. Re: Multi-line, double quoted string triggers history expansion on subsequent single-quoted commands it gets piped to (score: 287)
Author: HIDDEN
Date: Wed, 15 Jun 2016 09:36:16 -0400
History expansion is explicitly line-oriented. It doesn't know about shell state, especially shell quoting state, that spans lines. It does know about vaguely shell-like quoting that's common across
/archive/html/bug-bash/2016-06/msg00076.html (5,849 bytes)

12. Bash-4.4-beta2 available for download (score: 285)
Author: HIDDEN
Date: Tue, 12 Jul 2016 21:38:51 -0400
The second beta release of bash-4.4 is now available with the URL ftp://ftp.cwru.edu/pub/bash/bash-4.4-beta2.tar.gz and via git from http://git.savannah.gnu.org/cgit/bash.git/?h=bash-4.4-testing This
/archive/html/bug-bash/2016-07/msg00016.html (47,819 bytes)

13. Re: Double quoted history expansion character cannot be escaped (score: 283)
Author: HIDDEN
Date: Tue, 07 Aug 2012 09:40:13 -0400
Not completely. The change is that a double quote following the history expansion character inhibits history expansion in a double-quoted string. Nonsense like !"" will still attempt history expansio
/archive/html/bug-bash/2012-08/msg00010.html (6,116 bytes)

14. BASH Frequently-Asked Questions (FAQ version 3.35) (score: 281)
Author: HIDDEN
Date: Sat, 13 Jan 2007 12:46:51 -0500
This is the Bash FAQ, version 3.35, for Bash version 3.2. This document contains a set of frequently-asked questions concerning Bash, the GNU Bourne-Again Shell. Bash is a freely-available command in
/archive/html/bug-bash/2007-01/msg00034.html (82,705 bytes)

15. Re: History expansion quoting problem (score: 280)
Author: HIDDEN
Date: Mon, 11 Sep 2017 07:51:55 +0000
If you say so. But it is nevertheless a highly unexpected and annoying behavior. I didn't look at the code, I just know it works in zsh. At least, the man page Should reflect this behavior, don't you
/archive/html/bug-bash/2017-09/msg00020.html (5,467 bytes)

16. Re: History expansion quoting problem (score: 280)
Author: HIDDEN
Date: Sun, 10 Sep 2017 15:01:00 -0400
History expansion is explicitly line-oriented, and always has been. There's not a clean way to make it aware of the shell's current quoting state (mostly since it's a library independent of the shell
/archive/html/bug-bash/2017-09/msg00017.html (5,473 bytes)

17. History expansion quoting problem (score: 280)
Author: HIDDEN
Date: Fri, 8 Sep 2017 10:18:22 +0200
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gn
/archive/html/bug-bash/2017-09/msg00011.html (5,189 bytes)

18. BASH Frequently-Asked Questions (FAQ version 3.27) (score: 280)
Author: HIDDEN
Date: Mon, 6 Sep 2004 10:00:00 -0400 (EDT)
Archive-name: unix-faq/shell/bash Posting-Frequency: monthly Submitted-By: chet@po.cwru.edu (Chet Ramey) Last-Modified: Tue Aug 3 09:54:24 EDT 2004 FAQ-Version: 3.27 Bash-Version: 3.0 URL: ftp://ftp.
/archive/html/bug-bash/2004-09/msg00060.html (80,015 bytes)

19. BASH Frequently-Asked Questions (FAQ version 3.27) (score: 280)
Author: HIDDEN
Date: Mon, 30 Aug 2004 10:00:11 -0400 (EDT)
Archive-name: unix-faq/shell/bash Posting-Frequency: monthly Submitted-By: chet@po.cwru.edu (Chet Ramey) Last-Modified: Tue Aug 3 09:54:24 EDT 2004 FAQ-Version: 3.27 Bash-Version: 3.0 URL: ftp://ftp.
/archive/html/bug-bash/2004-08/msg00326.html (80,484 bytes)

20. BASH Frequently-Asked Questions (FAQ version 3.27) (score: 280)
Author: HIDDEN
Date: Mon, 23 Aug 2004 10:00:00 -0400 (EDT)
Archive-name: unix-faq/shell/bash Posting-Frequency: monthly Submitted-By: chet@po.cwru.edu (Chet Ramey) Last-Modified: Tue Aug 3 09:54:24 EDT 2004 FAQ-Version: 3.27 Bash-Version: 3.0 URL: ftp://ftp.
/archive/html/bug-bash/2004-08/msg00263.html (80,549 bytes)


This search system is powered by Namazu