• LOL, managed to suspend "fg" command somehow.

    From Kaz Kylheku@21:1/5 to All on Tue Apr 8 00:30:26 2025
    Says it all:

    $ jobs
    [39]- Stopped fg (wd: ~/jp-hash)

    :)

    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Kaz Kylheku@21:1/5 to Kaz Kylheku on Tue Apr 8 07:43:31 2025
    On 2025-04-08, Kaz Kylheku <643-408-1753@kylheku.com> wrote:
    On 2025-04-08, Keith Thompson <Keith.S.Thompson+u@gmail.com> wrote:
    Kaz Kylheku <643-408-1753@kylheku.com> writes:
    Says it all:

    $ jobs
    [39]- Stopped fg (wd: ~/jp-hash)

    :)

    I've seen a bash bug where the names reported by the jobs command are
    incorrect.

    I quite recently reported something in this area to the bug mailing list.

    The issue is that starting in some version of Bash 5, an interactive, backgrounded command which is computed, for instance:

    command $var "$@" &

    will show in "jobs" as literally the above the unexpanded syntax, rather
    than the expanded command that was actually invoked.

    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Kaz Kylheku@21:1/5 to Keith Thompson on Tue Apr 8 07:33:35 2025
    On 2025-04-08, Keith Thompson <Keith.S.Thompson+u@gmail.com> wrote:
    Kaz Kylheku <643-408-1753@kylheku.com> writes:
    Says it all:

    $ jobs
    [39]- Stopped fg (wd: ~/jp-hash)

    :)

    I've seen a bash bug where the names reported by the jobs command are incorrect.

    I quite recently reported something in this area to the bug mailing list.

    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)