I've been running into this problem since I upgraded from 4nt v3.0.0B to to TCC LE v13.05.69
When piping output I've found that doing two or more pipes in-line gives a bogus error, see below.
[C:\Users\ron]ver
TCC LE 13.05.69 Windows 7 [Version 6.1.7601]
[C:\Users\ron]dir | head -3
Volume in drive C is OS Serial number is 0e81:40ab
Directory of C:\Users\ron\*
[C:\Users\ron]dir | wc -l
24
[C:\Users\ron]dir | head -3 | wc -l
TCC: (Sys) The system cannot find the file specified.
"C:\Apps\utils\TCC.EXE"
As you can see, individually I can pipe the output to 'head' or 'wc' (both are cygwin utilities), but if I try to pipe the output more than once, it fails with a bogus error.
Is there a fix for this?
Thanks
When piping output I've found that doing two or more pipes in-line gives a bogus error, see below.
[C:\Users\ron]ver
TCC LE 13.05.69 Windows 7 [Version 6.1.7601]
[C:\Users\ron]dir | head -3
Volume in drive C is OS Serial number is 0e81:40ab
Directory of C:\Users\ron\*
[C:\Users\ron]dir | wc -l
24
[C:\Users\ron]dir | head -3 | wc -l
TCC: (Sys) The system cannot find the file specified.
"C:\Apps\utils\TCC.EXE"
As you can see, individually I can pipe the output to 'head' or 'wc' (both are cygwin utilities), but if I try to pipe the output more than once, it fails with a bogus error.
Is there a fix for this?
Thanks