> > Anyone know of any tools to search a collection of files on > the filesystem in realtime (i.e. w/o indexing). Need a tool > comparable to 'grep' for unix that will allow me to search > file contents with regEx and the like. > > Anyone have any suggestions?
I've got a "FileFind" tag that recurses directories and finds files of specific extensions. But the tag is open and could be easily modified to accept a RegEx input: http://www.depressedpress.com/DepressedPress/Content/ColdFusion/CustomTa gs/DP_FileFind/Index.cfm Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

