Hi all,
I'm seeing something very unusual. Here's the scenario: I've wrote a script to read 2 files, and write stuff from them to the 3rd file
I found out that if I copied the lines from the files completely without editing them, it works fine, the ^M doesnt appear at the back of the new file, however, if I add a "\n" at one or 2 lines for the new file, the ^M appears at the back of each line in the new file. Is there something that I'm not doing right?
When I did
print NEW_FILE "`$Lines_from_old_files`;";the ^M doesnt appear anywhere. But if I did
print NEW_FILE "`$Lines_from_old_files`;\n";the ^M appears everywhere
In reply to Bad interpreters coming out by sw
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |