Brutzman, Bill wrote:
1.  Why do I have to do the command...

        #exec /usr/ibm/uv/bin/uv

2.  Why does it not work when doing...

        #cd /usr/ibm/uv/bin
        #uv
sh: uv: not found. #

3.  Is there a batch command that will work?

Suggestions would be appreciated.

1 - that's a fullpath reference to the executable.

2 - 'cause your machine isn't searching the currently attached directory.


suggestion 1 - after cd'ing to /usr/ibm/uv/bin, enter "./uv".

suggestion 2 - modify your search rules to either include /usr/ibm/uv/bin or to include ./

--
Allen Egerton
aegerton at pobox dot com
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to