Joe Stoy <[EMAIL PROTECTED]> writes:

> Message-ID: <[EMAIL PROTECTED]>
> Priority: NORMAL
> X-Mailer: Execmail for Win32 5.1 Build (9) 
> MIME-Version: 1.0
> Content-Type: Text/Plain; charset="us-ascii"

(Are you aware that your mailer inserts the above as first body lines?)

> Let's wait and see what the ksh problem really turns out to be.  
> (Incidentally, Daniel, using truss hangs without output too:

Note that

    truss ls -d */ .*/

won't do anything useful, since the globbing is done before truss is
started.  You could do `truss ksh' and then type the command, or maybe
something like the following will work:

    truss 'ksh -c "ls -d */ .*/"'

Sorry if this was pointing out the obvious.

kai
-- 
I like BOTH kinds of music.

Reply via email to