Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][tlug] f/grep question
- Date: Fri, 13 Jun 2003 08:30:10 +0900
- From: Jean-Christian Imbeault <jc@example.com>
- Subject: [tlug] f/grep question
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02
I'm trying to find files that contain '..' in them but not '...'. The following fgrep seems to find all files with '..' or '...' in them: fgrep -rI ".." * And this one will find all the files with '...' int them: fgrep -rI ".." * So I though in order to get *only* the ones with '...' a simple grep filter would work. But the following combination of fgrep with a grep filter to reject files with '...' doesn't seem to work: fgrep -rI ".." * | grep -v "..." I've always assumen that f/e/grep were pretty much the same programs. Are they not? Also do fgrep and grep use different regular expression syntaxes? Thanks, Jean-Christian Imbeault
- Follow-Ups:
- Re: [tlug] f/grep question
- From: mauro Sauco
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] im-ja v0.5
- Next by Date: Re: [tlug] f/grep question
- Previous by thread: [tlug] samba and japanese
- Next by thread: Re: [tlug] f/grep question
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links