On 10/08/06, Rolf Turner <[EMAIL PROTECTED]> wrote:
>
> [EMAIL PROTECTED] wrote:
>
>                 grep '^dog$' /usr/share/dict/words
>
>
or (simpler, in my view)

                   grep -w dog /usr/share/dict/words

Chris.

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to