[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Is there a way to selectively inherit variables from the
From: |
Greg Wooledge |
Subject: |
Re: [Help-bash] Is there a way to selectively inherit variables from the parent process in (list)? |
Date: |
Wed, 28 Feb 2018 08:21:34 -0500 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Tue, Feb 27, 2018 at 04:35:10PM -0600, Peng Yu wrote:
> (list) inherits all variables from the parent process as far as I
> understand. Is there a way to selectively inherit variables from the
> parent process in (list)? Thanks.
(unset DISPLAY; foobar --without-x)