From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1968 invoked from network); 6 Jun 2001 05:38:33 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Jun 2001 05:38:33 -0000 Received: (qmail 7671 invoked by alias); 6 Jun 2001 05:38:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14725 Received: (qmail 7659 invoked from network); 6 Jun 2001 05:38:10 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "ZSH Workers Mailing List" Subject: missing `export' option -p Date: Wed, 6 Jun 2001 09:38:04 +0400 Message-ID: <000501c0ee4a$db658cf0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal While looking for field splitting case: export name[=word]... export -p ... When -p is specified, export will write to the standard output the names and values of all exported variables, in the following format: "export %s=%s\n", , -andrej