6 lines
59 B
Plaintext
6 lines
59 B
Plaintext
which export
|
|
echo N=${NUM}
|
|
export NUM=5
|
|
echo N=${NUM}
|
|
quit
|