I have a simple problem:
In my file, the are lines containing the string ˆ@ˆ@ˆ@ˆ@ˆ@ˆ@. I just want to delete all lines with this string, using for example the sed or grep commands.
And I would like to know why there is such string occurred in my file. What is it meaning for in Linux/Unix world?

ˆcaret is different from the^caret sign. – htor Jan 19 '12 at 14:15