I am trying to remove non-printable character (for e.g. ^@) from records in my file. Since the volume to records is too big in the file using cat is not an opti
^@
strings -1 file... > outputfile
seems to work