I would like to store ${Username}
value in an output file:
E.g. If ${Username}
equals 0401190926729000
, this value will be stored in a file.
I would like to store ${Username}
value in an output file:
E.g. If ${Username}
equals 0401190926729000
, this value will be stored in a file.
linux: Run echo "${Username}" > /tmp/foo
Here is an proposal: