<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote type="cite">
  <pre>Jerry Geis wrote:
><i> Hi all,
</i>><i> 
</i>><i> when I do a "grep JERRY *.h" nothing is returned which is what I expect.
</i>><i> This is in my source directory...
</i>><i> when I do a "grep JERRY *" every file is returned an a line printed even 
</i>><i> though there is no JERRY on the line.
</i>><i> Then if I do a "grep JERRY *.c" just the 4 lines that have JERRY are 
</i>><i> returned.
</i>
Do you have a file name that starts with a "-" in your directory?

Mogens</pre>
</blockquote>
<br>
Yes I do actually. There is a -f filename of which I dont need.<br>
<br>
I tried rm *f and it is not removing it. No what?<br>
<br>
Jerry<br>
<br>
</body>
</html>