From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Schmoller Date: Thu, 05 Nov 2009 16:42:53 -0600 Subject: [U-Boot] [RFC] env: Group environment variables In-Reply-To: <20091105223709.DC7563F6EC@gemini.denx.de> References: <1257352452-11748-1-git-send-email-jschmoller@xes-inc.com> <20091105195731.5BA593F6EC@gemini.denx.de> <1257452739.8937.1166.camel@johns> <20091105223709.DC7563F6EC@gemini.denx.de> Message-ID: <1257460973.8937.1170.camel@johns> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2009-11-05 at 23:37 +0100, Wolfgang Denk wrote: > Dear John, > > In message <1257452739.8937.1166.camel@johns> you wrote: > > > > > Also, it would be nice if "prontenv" now would allow to print a group, > > > i. e. in your example something as "printenv net pci" should be > > > supported. > > > > This is already (accidentally :) supported. a "printenv $net" would do > > just what you state. > > Um.. this is not what I mean. So, a "printenv net" would print ipaddr netmask gatewayip serverip A "printenv $net" would print ipaddr=10.52.0.133 netmask=255.255.0.0 gatewayip=10.52.0.1 serverip=10.52.0.33 Do you mean something other than either of those? John