[GRASS-dev] missing help for r.cats
Hamish
hamish_b at yahoo.com
Wed Feb 20 10:39:51 EST 2008
Glynn Clements wrote:
> If you're doing that from the shell, it needs two backslashes:
>
> grep -rI r\\.cats *
>
> or quotes:
>
> grep -rI 'r\.cats' *
>
> so that grep actually "sees" a backslash.
>
> Or just use "grep -F" or "fgrep" for searching for fixed strings.
true. another annoying flase positive thing since the move to SVN is
that duplicate '/.svn/' entries pop up and must be filtered out with
'grep -v'.
Hamish
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
More information about the grass-dev
mailing list