Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
5684 articles (numbers 11058 – 16896) — threaded view
| Advanced| Subject | Author | Date [asc] |
|---|---|---|
| Re: Are there any plans for more readable, modern syntaxes for If statements? | "Daniel Colascione" <dancol@dancol.org> | 2020-03-26 11:28 -0700 |
| Re: process substitution bug or difference from bash 4.4 | Chet Ramey <chet.ramey@case.edu> | 2020-03-26 14:58 -0400 |
| Re: Are there any plans for more readable, modern syntaxes for If statements? | George <tetsujin@scope-eye.net> | 2020-03-26 16:08 -0400 |
| Re: Are there any plans for more readable, modern syntaxes for If statements? | John W <jwdevel@gmail.com> | 2020-03-29 01:55 -0700 |
| Re: Are there any plans for more readable, modern syntaxes for If statements? | Ahmed Rahal <ahmed.rahal@gmail.com> | 2020-03-29 12:27 -0400 |
| Create an alias on the fly? | Jeffrey Walton <noloader@gmail.com> | 2020-03-30 04:24 -0400 |
| Re: Create an alias on the fly? | Andreas Kusalananda Kähäri <andreas.kahari@abc.se> | 2020-03-30 10:38 +0200 |
| Re: Create an alias on the fly? | Jeffrey Walton <noloader@gmail.com> | 2020-03-30 04:41 -0400 |
| Re: Create an alias on the fly? | Greg Wooledge <wooledg@eeg.ccf.org> | 2020-03-30 08:51 -0400 |
| trap on EXIT doesn't get triggered in functions run in background | Tau <ea7ababe@gmail.com> | 2020-03-30 21:24 +0300 |
| exit trap defined in function body isn't triggered | Oğuz <oguzismailuysal@gmail.com> | 2020-03-30 21:45 +0300 |
| Re: exit trap defined in function body isn't triggered | Chet Ramey <chet.ramey@case.edu> | 2020-03-30 17:16 -0400 |
| Re: trap on EXIT doesn't get triggered in functions run in background | Chet Ramey <chet.ramey@case.edu> | 2020-03-30 17:19 -0400 |
| Re: Are there any plans for more readable, modern syntaxes for If statements? | George <tetsujin@scope-eye.net> | 2020-03-30 18:41 -0400 |
| kill $! won't kill the last command in asynchronous list | Oğuz <oguzismailuysal@gmail.com> | 2020-04-01 07:19 +0300 |
| Re: kill $! won't kill the last command in asynchronous list | Chet Ramey <chet.ramey@case.edu> | 2020-04-01 09:37 -0400 |
| Re: kill $! won't kill the last command in asynchronous list | Oğuz <oguzismailuysal@gmail.com> | 2020-04-01 19:16 +0300 |
| errexit and local variable set by failing command | Krystian Wojtas <krystian.wojtas@protonmail.ch> | 2020-04-01 16:54 +0000 |
| Command substitution before while loop | Krystian Wojtas <krystian.wojtas@protonmail.ch> | 2020-04-01 17:05 +0000 |
| Re: errexit and local variable set by failing command | Greg Wooledge <wooledg@eeg.ccf.org> | 2020-04-01 13:17 -0400 |
| Re: errexit and local variable set by failing command | Krystian Wojtas <krystian.wojtas@protonmail.ch> | 2020-04-01 17:21 +0000 |
| Re: Command substitution before while loop | Andreas Schwab <schwab@linux-m68k.org> | 2020-04-01 19:47 +0200 |
| Re: Command substitution before while loop | Chet Ramey <chet.ramey@case.edu> | 2020-04-01 14:20 -0400 |
| Re: Command substitution before while loop | Krystian Wojtas <krystian.wojtas@protonmail.ch> | 2020-04-01 18:22 +0000 |
| Re: kill $! won't kill the last command in asynchronous list | Chet Ramey <chet.ramey@case.edu> | 2020-04-01 14:59 -0400 |
| Re: errexit and local variable set by failing command | Chet Ramey <chet.ramey@case.edu> | 2020-04-01 15:10 -0400 |
| Re: kill $! won't kill the last command in asynchronous list | Oğuz <oguzismailuysal@gmail.com> | 2020-04-01 22:34 +0300 |
| Obscure issue with process substitution since bash-5.0.016 upgrade | Joan Bruguera Micó <joanbrugueram@gmail.com> | 2020-04-02 04:15 +0200 |
| Re: Obscure issue with process substitution since bash-5.0.016 upgrade | Joan Bruguera Micó <joanbrugueram@gmail.com> | 2020-04-02 04:49 +0200 |
| commands following asynchronous list are executed twice | Oğuz <oguzismailuysal@gmail.com> | 2020-04-02 15:09 +0300 |
| verbosity of DEBUG trap following edit-and-execute-command | Ami Fischman <ami@fischman.org> | 2020-04-02 09:50 -0700 |
| Re: commands following asynchronous list are executed twice | Chet Ramey <chet.ramey@case.edu> | 2020-04-02 16:18 -0400 |
| Re: Obscure issue with process substitution since bash-5.0.016 upgrade | Joan Bruguera Micó <joanbrugueram@gmail.com> | 2020-04-03 03:50 +0200 |
| Re: verbosity of DEBUG trap following edit-and-execute-command | Chet Ramey <chet.ramey@case.edu> | 2020-04-03 12:13 -0400 |
| Re: verbosity of DEBUG trap following edit-and-execute-command | Ami Fischman <ami@fischman.org> | 2020-04-03 16:45 -0700 |
| signals ignored in a subshell | Oğuz <oguzismailuysal@gmail.com> | 2020-04-04 08:32 +0300 |
| Re: signals ignored in a subshell | Robert Elz <kre@munnari.OZ.AU> | 2020-04-05 01:27 +0700 |
| Re: signals ignored in a subshell | Oğuz <oguzismailuysal@gmail.com> | 2020-04-05 05:06 +0300 |
| Re: signals ignored in a subshell | Robert Elz <kre@munnari.OZ.AU> | 2020-04-05 13:34 +0700 |
| Re: signals ignored in a subshell | Oğuz <oguzismailuysal@gmail.com> | 2020-04-05 12:42 +0300 |
| Re: verbosity of DEBUG trap following edit-and-execute-command | Chet Ramey <chet.ramey@case.edu> | 2020-04-05 15:43 -0400 |
| Re: signals ignored in a subshell | Chet Ramey <chet.ramey@case.edu> | 2020-04-05 16:00 -0400 |
| Re: signals ignored in a subshell | Chet Ramey <chet.ramey@case.edu> | 2020-04-05 16:21 -0400 |
| Re: verbosity of DEBUG trap following edit-and-execute-command | Ami Fischman <ami@fischman.org> | 2020-04-05 17:45 -0700 |
| Backslash Bound Incorrectly (Readline) | sunnycemetery@gmail.com | 2020-04-06 04:51 -0400 |
| Re: signals ignored in a subshell | Robert Elz <kre@munnari.OZ.AU> | 2020-04-06 16:12 +0700 |
| Re: Backslash Bound Incorrectly (Readline) | Koichi Murase <myoga.murase@gmail.com> | 2020-04-06 18:42 +0900 |
| signals ignored in a subshell | Oğuz <oguzismailuysal@gmail.com> | 2020-04-06 15:03 +0300 |
| Re: signals ignored in a subshell | Oğuz <oguzismailuysal@gmail.com> | 2020-04-06 15:06 +0300 |
| Re: verbosity of DEBUG trap following edit-and-execute-command | Chet Ramey <chet.ramey@case.edu> | 2020-04-06 09:18 -0400 |
« Previous 1 ... 15 16 17 18 19 ... 114 Next »
csiph-web