I have inside a text file several words with strange characters (ex: HE^@^@^@^@^@^@^@^@^@^@^@^@LLO).If I try to print the text file everything that's on the right of those strange chars on the line is not printed. If I want to get the word HELLO, AWK returns it "HELLO", but with length = 17 chars. I tried also to get the char's ASCII code but it doesn't seem to have one!