On 03/21/2012 08:16 PM, Dan wrote:
> Hello,
> 
> I've noticed something strange when using grep.  It has to do with a
> pattern similar to this one: "hello$world".

My guess is that your shell is interpreting '$world' as the
empty string, usually.  (Depends on what identifier you're
using, 'world' being just one.)  Try using single quotes
rather than double.

Reply via email to