Look into grep on unix, findstr on windows. Finstr's regex isn't as
good as unix's, of course, so you may want to pipe the results of
findstr to a file, and use some CF regex on that.

Jamie

On Wed, 7 Jan 2004 11:15:42 -0500, "Bryan F. Hogan"
<[EMAIL PROTECTED]> wrote:

>Hi all, I wrote a directory spider that recursively finds all pages on
>my server in all sites that have the cfqueryparam bug with using
>functions in the value attributes value.
>
>What I want to do is be able to determine the line number of the
>offending cfqueryparam tag. Does anyone have any thoughts?
>
>It doesn't have to be a CF solution another solution is fine also.
>
>I want to find the line numbers of all cfqueryparams that have a
>function in the value attribute.
>
>Thanks
>Bryan
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to