I'm facing below issue when performing unix2dos conversion
unix2dos: Binary symbol found at line 166 unix2dos: Skipping binary file Sample.txt
I can find ^@ characters in the file.
I can do -f which is force conversion of binary files
Any idea apart from this ???
In VI,i can able to replace the characters but not in the script
Need to handle in the script, please let me know