I am appending lines to a file ($MESSAGE) and then attaching the file to an email. One of the lines is a network pathway string. However, I am having issues with it. The following code:
echo "<\\server1\dept\share\transfer>" >> $MESSAGE
produces:
<\server1\dept\share ransfer>
Can anyone tell me what I am doing wrong?
Thank you in advance.
echo "<\\server1\dept\share\transfer>" >> $MESSAGE
produces:
<\server1\dept\share ransfer>
Can anyone tell me what I am doing wrong?
Thank you in advance.