It’s always
one single command which resolves most of the critical issues!!!!!
Issue: A file on the UNIX server contains multiple ^M
characters in it.
Solution:
Edit the
file using vi editor and save it.
In vi:
%s/<Ctrl-v><Ctril-M>//g
Save the file (!wq)