* Witold Baryluk <bary...@smp.if.uj.edu.pl>, 2011-07-14, 22:37:
$ export LC_ALL=C
$ export LANG=C
$ echo -e "\t#define" | grep -E '^\s*[^#]'
       #define

\s* matches empty string, and [^#] matches the tab character. grep is correct.

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to