Re: [CentOS] Re: has something happened to grep

2008-05-16 Thread Filipe Brandenburger
On Fri, May 16, 2008 at 9:18 AM, Jerry Geis <[EMAIL PROTECTED]> wrote: > Somehow the VIM start screen is in the -f file... Not sure how that happened > but glad its gone. What do you mean? When you type "vim" on the terminal it tries to open the file named "-f"? If that's the case, check the ".vi

[CentOS] Re: has something happened to grep

2008-05-16 Thread Tony Mountifield
In article <[EMAIL PROTECTED]>, Jerry Geis <[EMAIL PROTECTED]> wrote: > > Do you have a file name that starts with a "-" in your directory? > > > > Mogens > > Yes I do actually. There is a -f filename of which I dont need. > > I tried rm *f and it is not removing it. No what? Ouch! That may well

[CentOS] Re: has something happened to grep

2008-05-16 Thread Jerry Geis
>/ I tried rm *f and it is not removing it. No what? /rm -- -f THanks that removed the file and grep now has the correct behavior. Somehow the VIM start screen is in the -f file... Not sure how that happened but glad its gone. Have a great day all! Jerry _

Re: [CentOS] Re: has something happened to grep

2008-05-16 Thread Ralph Angenendt
Jerry Geis wrote: > I tried rm *f and it is not removing it. No what? Read the rm manual page. Ralph pgpa7eCzdFHT8.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Re: has something happened to grep

2008-05-16 Thread Dan Halbert
I tried rm *f and it is not removing it. No what? rm -- -f ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Re: has something happened to grep

2008-05-16 Thread Jerry Geis
Jerry Geis wrote: >/ Hi all, />/ />/ when I do a "grep JERRY *.h" nothing is returned which is what I expect. />/ This is in my source directory... />/ when I do a "grep JERRY *" every file is returned an a line printed even />/ though there is no JERRY on the line. />/ Then if I do a "grep JE