From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luka Perkov Date: Fri, 2 Nov 2012 11:44:55 +0100 Subject: [U-Boot] [PATCH v3 06/18] env: Hide '.' variables in env print by default In-Reply-To: <1351787996-24560-7-git-send-email-joe.hershberger@ni.com> References: <20120914184226.C50F92002E4@gemini.denx.de> <1351787996-24560-1-git-send-email-joe.hershberger@ni.com> <1351787996-24560-7-git-send-email-joe.hershberger@ni.com> Message-ID: <20121102104454.GA10982@w500> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Joe, On Thu, Nov 01, 2012 at 11:39:43AM -0500, Joe Hershberger wrote: > When printing all variables with env print, don't print variables that > begin with '.'. If env print is called with a '-a' switch, then > include variables that begin with '.' (just like the ls command). > > Variables printed explicitly will be printed even without the -a. Can you tell us use case for this ? Which variables you would like to "hide" ? Luka