A big problem for a little bug ?
In an automation process, I had to run a script without any PATH variable.
So I had to code, on my aix 4.3, /usr/bin/ls, /usr/bin/echo and so on.
(I know, i could have added /usr/bin to my PATH).
but this is not the main problem : i coded also /usr/bin/cd, as a newbie I am.
and then, what a surprise : the /usr/bin/cd command doesn't do anything and does not return any error.
What is happening to me ?
Help...
In an automation process, I had to run a script without any PATH variable.
So I had to code, on my aix 4.3, /usr/bin/ls, /usr/bin/echo and so on.
(I know, i could have added /usr/bin to my PATH).
but this is not the main problem : i coded also /usr/bin/cd, as a newbie I am.
and then, what a surprise : the /usr/bin/cd command doesn't do anything and does not return any error.
What is happening to me ?
Help...