> Sent: 06 April 2004 14:10 From: [EMAIL PROTECTED] ..snip.. > > Please can you tell me how to grep for an ASCII 00 (and for > that matter > anything from ASCII 1B to 1F, and 7F to FF)? I'm no expert but grep [\x00] foo.bar might be what you're after.
> (Or, I suppose in general for any of 00-FF though there's a > "^A - ^Z" chunk \a - \z should work for 0x01 to 0x1a... > at the beginning and a alphanumeric chunk in the middle, that > are easily > found by direct means.) Indeed. This e-mail transmission is strictly confidential and intended solely for the person or organisation to whom it is addressed. It may contain privileged and confidential information and if you are not the intended recipient, you must not copy, distribute or take any action in reliance on it. If you have received this email in error, please reply to the sender as soon as possible and delete the message. Please note that we are able to, and reserve the right to, monitor e-mail communications passing through our network. The views expressed in this email are not that of the company unless specified within the message. The inclusion of this footnote indicates that the mail message and any attachments have been checked for the presence of known viruses. If you have any comments regarding our policy please direct them to [EMAIL PROTECTED] ________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/