I have a command I try to use on occasion when I want to search for text globally on disk (usually from the C:\ directory):
ffind/s/v/t"amazing" *.*|list/s
(replace 'amazing' with the text to search for)
TCC never completes this command (I've let it run for days on end) and task manager shows TCC with high (30-100%) CPU utilization. If I do the same command without the list/s at the end it completes within a short time. In that case however, if the text is found in binary files I often get a lot of beeps from embedded bell characters being 'displayed'. Also, sometimes there is so much text produced it overflows the scrollback buffer and I am unable to see all matches. Thus the list/s to capture it into a scrollable screen.
I know there are other ways of accomplishing what I want, but it would be nice if this command combination worked as expected.
TCC 12.10.58 x64 Windows 7 [Version 6.1.7601]
TCC Build 58 Windows 7 Build 7601 Service Pack 1
Windows 7 Home Premium x64 Athlon II x2 8Gb RAM
(Although I've had the same results on all versions TCC (9.x-12.x) and all versions of Windows 7 I've tried, and IIRC Windows XP had this problem too)
ffind/s/v/t"amazing" *.*|list/s
(replace 'amazing' with the text to search for)
TCC never completes this command (I've let it run for days on end) and task manager shows TCC with high (30-100%) CPU utilization. If I do the same command without the list/s at the end it completes within a short time. In that case however, if the text is found in binary files I often get a lot of beeps from embedded bell characters being 'displayed'. Also, sometimes there is so much text produced it overflows the scrollback buffer and I am unable to see all matches. Thus the list/s to capture it into a scrollable screen.
I know there are other ways of accomplishing what I want, but it would be nice if this command combination worked as expected.
TCC 12.10.58 x64 Windows 7 [Version 6.1.7601]
TCC Build 58 Windows 7 Build 7601 Service Pack 1
Windows 7 Home Premium x64 Athlon II x2 8Gb RAM
(Although I've had the same results on all versions TCC (9.x-12.x) and all versions of Windows 7 I've tried, and IIRC Windows XP had this problem too)