Package: grep
Version: 2.5.1.ds2-6
Severity: minor
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-mb05-2
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages grep depends on:
ii libc6 2.3.6.ds1-7 GNU C Library: Shared libraries
grep recommends no packages.
-- no debconf information
>From man grep:
The period . matches any single character. The symbol \w is a synonym for
[[:alnum:]] and \W is a synonym for
[^[:alnum]].
^^
I think it should be:
[^[:alnum:]].
Regards,
Andika
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]