Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

missing `export' option -p



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