Hi,
I've searched around and found lots of info about configuration items, and how to deal with Unix line ending type. But I found nothing about how to save an existing .sh file with DOS line endings as a Unix file.
The UltraEdit Wiki page Converting file encoding describes multiple conversion options with the active file. But in the UEStudio menu (not ribbon) that I have, the Conversions option has only four choices:
I'm trying to use the .sh file and test a script within Windows 10 bash. But it's giving me errors regarding the line endings, because it's using a DOS carriage return/line feed format. I need the file with Unix/Linux line ending type (only line feed).
I've searched around and found lots of info about configuration items, and how to deal with Unix line ending type. But I found nothing about how to save an existing .sh file with DOS line endings as a Unix file.
The UltraEdit Wiki page Converting file encoding describes multiple conversion options with the active file. But in the UEStudio menu (not ribbon) that I have, the Conversions option has only four choices:
- Use IBM-500 standard for EBCDIC
- Do not convert returns ...
- On paste convert line endings to destination type (Unix/Mac/DOS)
- Prompt to convert active file to ...
I'm trying to use the .sh file and test a script within Windows 10 bash. But it's giving me errors regarding the line endings, because it's using a DOS carriage return/line feed format. I need the file with Unix/Linux line ending type (only line feed).