Re: Bash commands: maybe they want to drive us crazy?

From: GP (gilpel_at_inverse.nretla.org)
Date: 06/30/04


Date: Wed, 30 Jun 2004 17:19:51 -0400

Bill Unruh wrote:
> GP <gilpel@inverse.nretla.org> writes:
>
> ]Here's how to make a grep:
>
> ]grep [options] PATTERN [FILE...]
>
> ]Ex.:
> ]grep -ir IPv6 .
>
>
> ]Here's how to make a find:
>
> ]find [path...] [expression]
>
>
> No. find [path] [options]

find [path...] [expression]

has been copied-pasted directly from the man page. May I suggest you check them
before you answer?

GP