Sujet : Re: LOL, managed to suspend "fg" command somehow.
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.unix.shellDate : 08. Apr 2025, 04:19:11
Autres entêtes
Organisation : None to speak of
Message-ID : <87wmbvxrv4.fsf@nosuchdomain.example.com>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13)
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 don't recall the details, but this looks familiar. Try
`jobs -l` to see the process id, then `ps` (if and only if you're
sufficiently curious).
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */