- This topic has 0 replies, 1 voice, and was last updated 2 years, 8 months ago by .
Viewing 0 reply threads
Viewing 0 reply threads
- You must be logged in to reply to this topic.
› Forums › Technical support › Linux › Problems caused by editing text files in Windows
Hi everyone,
Some people have been experiencing issues when editing or creating text files on their Windows computers and then trying to use them on the PPLS AT servers. The issue is that the way linux and Windows encodes text files is slightly different: Windows adds some extra end of line characters that you can’t generally see in the editor, but can make the scripts behave weirdly.
We tried the tr
option and it worked on sshatl, but the other suggestions probably will too:
tr -d '\15\32' < winfile.txt > unixfile.txt
cheers,
Catherine
Some forums are only available if you are logged in. Searching will only return results from those forums if you log in.
Copyright © 2024 · Balance Child Theme on Genesis Framework · WordPress · Log in