- May
- 13,813
- 211
I never had a problem with this type of construction before. Here's v25.
And here's v24.
Here's another example. Shouldn't the two PIDs be the same?
Code:
v:\> timer & sort infile | findstr 3 | sort /R /O outfile & timer
Timer 1 on: 20:29:33
Timer 1 on: 20:29:34
And here's v24.
Code:
v:\> timer & sort infile | findstr 3 | sort /R /O outfile & timer
Timer 1 on: 20:31:27
Timer 1 off: 20:31:27 Elapsed: 0:00:00.12
Here's another example. Shouldn't the two PIDs be the same?
Code:
v:\> echo %_pid & sort infile | ffind /mkve"1|3" | sort /R /O outfile & echo %_pid
5756
7516