Quote:
If you have it already, and you might, use vim. Load the file into vim with the -b option (vim -b filename), then, inside vim, unset the endofline option (:set noendofline), then save (:wq).


Can this be automated by a script file? The rest of the process is automatic and I need this to be as well if possible.