Welcome!

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

SignUp Now!

Another problem with build 22.

May
12,621
152
This alias ("tl") has worked well for quite a while.

Code:
(tasklist %1 |! egrep -v "Total.*processes|^$" |! g:\gnu\sort.exe -f -b --key=2,2 & echo -----^r^n   %_npids)

With build 22,
Code:
v:\> tl
TCC: (Sys) The process cannot access the file because it is being used by another process.
 "h:\Temp\PIP568B.tmp"
-----
   35

v:\> g:\gnu\sort.exe: read failed: -: Not enough space
^C
v:\> filelock h:\Temp\PIP568B.tmp

v:\>
 
The problem seems to be with in-process pipes. Here, the next prompt shows before the output of the command. The cursor is on the next line. The temporary file was not deleted.

1530808365562.png
 
And build 22 doesn't show a prompt after executing an external.
 

Similar threads

Back
Top