if it's caused by CRLF instead of *nix LF, then this should sort it out:or# cat file | perl -pe 's/\015//' >! new_fileBut from your description of little tick marks at the beginning of each line that has characters. dosn't sound to me like a LF/CRLF issue.. Normaly that would provide '^M' at the end of each line..# cat file | col -bf >! new_file


Reply With Quote

Bookmarks