Welcome!

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

SignUp Now!

FFIND no result display

Feb
41
0
Version 12.10 , doesn't display the content for a specific file of my
Version 12.00 work fine for me

ffind /V/E"karak" users.txt

---- C:\Dumps\users.txt


1 line in 1 file
 
Version 12.10 , doesn't display the content for a specific file of my
Version 12.00 work fine for me

ffind /V/E"karak" users.txt

---- C:\Dumps\users.txt


1 line in 1 file

/E does a regex search (case sensitive), but you don't appear to be using any regex features. Is it possible you wanted /T (plain old text search) instead? The /T search is not case sensitive by default.
 
/E does a regex search (case sensitive), but you don't appear to be using any regex features. Is it possible you wanted /T (plain old text search) instead? The /T search is not case sensitive by default.

i am using it in this way
alias ff ffind /m/v/e"(?i)%%1"

but as you can see in the output ffind says 1 line found but it isn't displayed
it has to do with somthing in de 25Mb active directory dump :(
with tcmd 12.0 it workd fine
 
See the reply from Charles -- do you have the same problem with the /T option?

Nothing changed in FFIND between 12.01 and 12.10.

i will look further for it, but this is also strange
the 25Mb file had the text displayname in the first line

ffind /V/T"display" users.txt
0 lines in 0 files

ffind /V/E"display" users.txt
---- C:\Dumps\users.txt
1 line in 1 file

---
in the 11.0 version which was also installed it works fine
also in Grep
---
did also a test on a different machine with a backup of the file en same negative result
 
> ---Quote (Originally by rconn)---
> See the reply from Charles -- do you have the same problem with the /T
> option?
>
> Nothing changed in FFIND between 12.01 and 12.10.
> ---End Quote---
> i will look further for it, but this is also strange
> the 25Mb file had the text displayname in the first line

Is this a text file or binary file?

Rex Conn
JP Software
 
Is this a text file or binary file?

Rex Conn
JP Software

Text. i did some testing and i think it is about the file
somewhere between 7 and 12 Mb it goes wrong
> 7Mb works > 12 Mb not
after 16 hours up i now going to sleep :-)
 

Similar threads

Back
Top