[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: what is the right string to enter to ' fg ' for last spawned thing ,
From: |
alex xmb sw ratchev |
Subject: |
Re: what is the right string to enter to ' fg ' for last spawned thing , .. the newest spawned ' & ' .. |
Date: |
Tue, 27 Aug 2024 18:29:19 +0200 |
On Tue, Aug 27, 2024, 5:28 PM Bash-help via <help-bash@gnu.org> wrote:
> On 27 August 2024 17:06:59 CEST, alex xmb sw ratchev <fxmbsw7@gmail.com>
> wrote:
> >whats the correct representation
> >of
> >last with ' & ' spawned command
> >
> Accirding to bash manual "The symbols %% and %+ refers to the shell's
> notion of the current job, which us the last job stopped while it was in
> the foreground or started in the background."
> I.e. `fg %+` will do what you ask.
>
> MB
>
thank you ..
>