Using uwin 4.5 on windows7, I ran this command in ksh:
                
                find /bin | grep ps

It runs fine, but for all subsequent executions, the "jobs" command
shows that it's still running, even though ksh displays the command
prompt, indicating that it's finished.  In addition, the "find" command
still appears in the windows task manager, though it doesn't appear in
the "ps -ef" list.  If I kill all of the "find" commands in the windows
task manager, then they disappear from the "jobs" command.

This appears to be a problem with the pipe, rather than with "find".

Jim

_______________________________________________
uwin-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/uwin-users

Reply via email to