At 07:28 +0800 15 Sep 1999, John Summerfield <[EMAIL PROTECTED]> wrote:
> I sometimes use the form
> cat ... | grep
> to mask the names of the source files from grep.

That's a valid reason to do that for one time commands where it doesn't
pay to check the man page.  But, for a script that will be used a lot,
it would be better to use `grep -h`.

-- 
Aaron Schrab     [EMAIL PROTECTED]      http://www.execpc.com/~aarons/
 live fast, die young, leave a big core file...
    -- Ben Low in <7rk70e$j3i$[EMAIL PROTECTED]>

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to