is the search-function in VIEW working?

Aug 2, 2011
258
4
Berlin, Germany
Hi,

can please someone verify if the search function in VIEW is working?

e.g. my files contain lines with the string "NACK"

Code:
>findstr /i nack dhcp_Thu.log
15 10/28/10 07:17:09 NACK 172.23.128.160 001E33E186AF,
15 10/28/10 07:17:09 NACK 172.23.128.160 001E33E186AF,
15 10/28/10 07:17:09 NACK 172.23.128.160 001E33E186AF,
15 10/28/10 10:38:12 NACK 192.168.2.100 B482FEECCF32,
15 10/28/10 10:38:12 NACK 192.168.2.100 B482FEECCF32,


but "view /s:nack dhcp_Thu.log" positions on the beginning of the file, not on the first hit.

frank
 

Similar threads