bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem in grep 2.4.2?


From: Mickey Ferguson
Subject: problem in grep 2.4.2?
Date: Tue, 22 Jan 2002 15:58:09 -0800

I want to do a grep on all files matching *.rul in the current directory and
all subdirectories.  I thought grep -r string *.rul would work, but it
doesn't.  Why is it that file specifications only work in the current
directory, while recursion searches only work with no file specifications?
Shouldn't it just go through each subdirectory, then look at each file that
matches the file specification(s), and perform its search on that list of
files?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]