Files
2026-05-31 14:34:00 -04:00

6 lines
59 B
Plaintext

which export
echo N=${NUM}
export NUM=5
echo N=${NUM}
quit