On Thu, 3 Dec 2009 15:37:55 -0500, Neil Duffee wrote:
>
>   - an' shur'nuff, when I entered a mask other than '*' ie. 'e*',
>all my directories disappeared since DIR is not equal LS.
>(Communication Server for z/OS v1.9 User Guide)
>
More pertinent, '*' is resolved not by ls, but by shell.
It depends on whether the server does popen("ls") or
pipe/fork/exec "ls".

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to