|
NAME
SYNOPSIS
DESCRIPTIONFilter environment variables in a format suitable for sh(1). Only lines defining variable names using the characters [_a-zA-Z0-9] with a value in double-quotes are emitted. Values may also be empty. A="one"B="two"D=""If the first argument is in the format
‘ Optional arguments are as follows:
LITERALSEscape sequences starting with ‘\’, or subshells using ‘$(...)’ are not permitted. ‘ EXAMPLESPrint environment variables in a normalized format $ renv final.envSave the status code of the last command $ renv
LAST_EXITSTATUS="$?"SEE ALSOCAVEATSTabs and multiple spaces are converted to into a single space. There is no provision for embedding literal double-quotes.
|