On 05/16/2018 02:05 PM, Patrick Dupre wrote:
This is correct, but
if I do:
print "#" > "tmptmp.txt" ;
after
print $1 $2 > "tmptmp.txt" ;
then I get ^M
in my file
I do not have the ^M if I only make print $1 $2 > "tmptmp.txt" ;
and never make a print "#"
Can I avoid these ^M
?
This really isn't the right place for this kind of question, but at
least provide a full example of what you're trying to do. You aren't
providing enough info to get a useful response.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org