This was enough for me to get a list of all exported variable names that handled quoted and multi-lined values:
export | egrep ^declare | cut -d= -f1 | cut -d' ' -f3 This was enough for me to get a list of all exported variable names that handled quoted and multi-lined values:
export | egrep ^declare | cut -d= -f1 | cut -d' ' -f3