Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > fr.comp.os.unix > #8097 > unrolled thread
| Started by | Thomas <fantome.forums.tDeContes@free.fr.invalid> |
|---|---|
| First post | 2023-06-04 16:57 +0200 |
| Last post | 2023-06-04 17:44 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to fr.comp.os.unix
faire disparaitre une variable pour une seule commande Thomas <fantome.forums.tDeContes@free.fr.invalid> - 2023-06-04 16:57 +0200
Re: faire disparaitre une variable pour une seule commande Christian Weisgerber <naddy@mips.inka.de> - 2023-06-04 15:20 +0000
Re: faire disparaitre une variable pour une seule commande Thomas <fantome.forums.tDeContes@free.fr.invalid> - 2023-06-04 17:44 +0200
| From | Thomas <fantome.forums.tDeContes@free.fr.invalid> |
|---|---|
| Date | 2023-06-04 16:57 +0200 |
| Subject | faire disparaitre une variable pour une seule commande |
| Message-ID | <fantome.forums.tDeContes-BE6953.16571404062023@news.eternal-september.org> |
bonjour :-) y a-t-il un mix entre : $ prefix= make et: $ unset prefix $ make de manière à ce que prefix ait complètement disparu pendant `make`, et qu'on la retrouve juste après ? -- RAPID maintainer http://savannah.nongnu.org/projects/rapid/
[toc] | [next] | [standalone]
| From | Christian Weisgerber <naddy@mips.inka.de> |
|---|---|
| Date | 2023-06-04 15:20 +0000 |
| Message-ID | <slrnu7pats.aov.naddy@lorvorc.mips.inka.de> |
| In reply to | #8097 |
On 2023-06-04, Thomas <fantome.forums.tDeContes@free.fr.invalid> wrote: > y a-t-il un mix entre : > > $ prefix= make > > et: > > $ unset prefix > $ make > > de manière à ce que prefix ait complètement disparu pendant `make`, > et qu'on la retrouve juste après ? Utiliser un sub-shell : $ (unset prefix; make) -- Christian "naddy" Weisgerber naddy@mips.inka.de
[toc] | [prev] | [next] | [standalone]
| From | Thomas <fantome.forums.tDeContes@free.fr.invalid> |
|---|---|
| Date | 2023-06-04 17:44 +0200 |
| Message-ID | <fantome.forums.tDeContes-E43F42.17443104062023@news.eternal-september.org> |
| In reply to | #8100 |
In article <slrnu7pats.aov.naddy@lorvorc.mips.inka.de>, Christian Weisgerber <naddy@mips.inka.de> wrote: > On 2023-06-04, Thomas <fantome.forums.tDeContes@free.fr.invalid> wrote: > > > y a-t-il un mix entre : > > > > $ prefix= make > > > > et: > > > > $ unset prefix > > $ make > > > > de manière à ce que prefix ait complètement disparu pendant `make`, > > et qu'on la retrouve juste après ? > > Utiliser un sub-shell : > > $ (unset prefix; make) merci bcp :-) -- RAPID maintainer http://savannah.nongnu.org/projects/rapid/
[toc] | [prev] | [standalone]
Back to top | Article view | fr.comp.os.unix
csiph-web