Hi, I'm trying to eliminate characters control (Non editable by "vi" or non printable), null characters ... from a file .
I try something like this : perl -pi -e 's%\P{IsPrint}%%g' MyFile But it delete the new line "\n" and the space "\s" too ... How can I do to eliminate only the noise ? Any help will be welcome. Thanks by advance. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]