Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Done V11 Suggestion

G

Glennbo51

Guest
Modified the FFind command to display a set number of lines before and after the "found line" such as the search command does in OPENVMS.
 
Type /x that works on binary files.

Sent from Cookie's iPhone
Jim Cook

On Jun 4, 2009, at 6:36, GlennBo51 <> wrote:


> Modified the FFind command to display a set number of lines before
> and after the "found line" such as the search command does in OPENVMS.
>
>
>
>
 
Modified the FFind command to display a set number of lines before and after the "found line" such as the search command does in OPENVMS.

I second that request.

And I suggest and request the ability to specify multiple search strings together (like in VMS) with the ability to specify whether to match all of them together ("AND") or match at least one of them ("OR"). (VMS also allows more complicated matching criteria with NAND, NOR, XOR, and EQV. Those would be nice, but the basic AND and OR would be the most useful.)
 
dcantor wrote:
|| ---Quote (Originally by GlennBo51)---
|| Modified the FFind command to display a set number of lines before
|| and after the "found line" such as the search command does in
|| OPENVMS. ---End Quote---
| I second that request.

I do, too.

| And I suggest and request the ability to specify multiple search
| strings together (like in VMS) with the ability to specify whether
| to match all of them together ("AND") or match at least one of them
| ("OR"). (VMS also allows more complicated matching criteria with
| NAND, NOR, XOR, and EQV. Those would be nice, but the basic AND and
| OR would be the most useful.)

FFIND already supports regular expressions. Would that not be sufficient?
Though I don't know how various key matches can be combined in a regex.
--
Steve
 

Similar threads

Back
Top