Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
missing `export' option -p
- X-seq: zsh-workers 14725
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH Workers Mailing List" <zsh-workers@xxxxxxxxxx>
- Subject: missing `export' option -p
- Date: Wed, 6 Jun 2001 09:38:04 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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", <name>, <value>
<http://www.opengroup.org/onlinepubs/007908799/xcu/chap2.html#tag_001_014_00
8>
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author