I am trying to remove “^@” from multiple text files using Unix platform. I have already found this solution, but it does not work for my case. I also used sed -i -e ‘s/^@//g’ testfile.txt and dos2unix testfile.txt. sample data are put here. Any suggestion would be appreciated. Answer The ^@ that you’re seeing isn’t a literal string. It’s an