Catalina & 8.7 SecureCRT - session log always start wth <feff>
I capture session logs, edit on mac (textedit or vscode) then save file on mac:
# In Editor I see below:
no interface GigabitEthernet0/0/0/7
# In "vi <filename> on mac I see below:
<feff>no interface GigabitEthernet0/0/0/7
# when upload file to Unix server I see below:
ÔªøÔªøno interface GigabitEthernet0/0/0/7^M
# When I use Window machine and SecureCRT I see below:
no interface GigabitEthernet0/0/0/7^M
# then via WinSCP - upload to unix server using "text" mode, and see below:
no interface GigabitEthernet0/0/0/7
So how I can get rid of <feff> when I save file & way to save as plain text ?
|