At the time of transferring, if you ensure that your file is transferred in Text Format (by selecting option for text transfer mode), then we can avoid the ^M characters.
- Amit85
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Is it possible to specify transfer mode in FAR manager plugin? It`s really annoying when i get converted CR/LF<->LF and vice verse :evil:
Just do this:
1) transfer a text file from Unix => Win
2) transfer it back from Win => Unix
3) edit the newly received file in Unix (i.e. using vi)
you will see the Windows' /n at the end of the line, and will have to do a 'dos2unix' for that file.