Well, if
        find /bin -name "*sh" -print
can give us /bin/sh, /bin/ksh, ...
I would never seek to use different semantics between Windows and Unix.
I'll never have to use a different semantic for Unixes and Windows.

I would like to completly forget Windows when I use UWin.

Yves

2010/9/30 David Korn <[email protected]>:
> When a unix system call is given the file sh it does not exist, but
> sh.exe does, then it uses sh.exe.  However, in the case above,
> it is using readdir() to get the file names to match and therefore
> doesn't work as expected.
>
> On the other hand, if readir() were to string off the .exe, then
>        find /bin -name "*sh.exe" -print
> would not work.
>
> David Korn
> [email protected]

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

Reply via email to