Hello All,
I tried control v+M but cant interpret /print control m on webconsole env.
I tried sed to remove it but it didnt work.
Pl assist.
Hello All,
I tried control v+M but cant interpret /print control m on webconsole env.
I tried sed to remove it but it didnt work.
Pl assist.
Hi @mgurnani99,
You can run below command in vim to change the encodings
:set ff=unix
Hope this helps.
Thanks