File open in linux vs windows
I am not even sure if this post should belong to this forum.
Our EBS instance is hosted on Oracle enterprise linux 6.8 version.
When we create file in linux,open the file, it is opening fine. When transfer that same file to windows and open the same file, somehow, it added extra blank line.
Did some research and understood in linux maybe using LF for line ending and in windows using CR/LF. So I tried to do unix2dos on my linux system and then transfer the file, but still when open in windows, it will add extra blank line. We are testing some files to sent to bank. So with this extra blank line, bank will not accept.