[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: not a grep bug, but...
|
From: |
Paul Jarc |
|
Subject: |
Re: not a grep bug, but... |
|
Date: |
Wed, 16 Jan 2002 11:04:52 -0500 |
|
User-agent: |
Gnus/5.090005 (Oort Gnus v0.05) Emacs/20.7 (i386-redhat-linux-gnu) |
Ian Lance Taylor <address@hidden> wrote:
> grep '<TAB>' *
>
> Where I typed <TAB>, press the tab key. If you are using bash, you
> may need to type ^V first.
With more recent bash versions, this works too:
grep $'\t' *
paul