Okay, from everything I've read, I should be able to restrict a grep
to a certain file type. Here's what I'm trying to do:

list all file names that contain the following string "cfc.ces.dbdata"
regardless of case, and search recursiving beginning with the existing
directory and write it to a file called dbdata.txt.

> grep -l -i -r "cfc\.ces\.dbdata" *.cfm > dbdata.txt

but, it just tells me that *.cfm doesn't exist. What am I doing wrong?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:5/messageid:210943
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to