6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
|
export z=z
|
||
|
f() { local z=a; env | grep ^z; }
|
||
|
f
|
||
|
env | grep ^z
|
||
|
echo Done
|