When I run a Korn shell script in Solaris that has a statement like -
passwd 2>/dev/null |&
Once I exit from the script I can no longer see my keyboard input even though it is still being accecpted.
The only resolution that I have is to exit and come back into the environment.
Thanks in advance for the assistance.
passwd 2>/dev/null |&
Once I exit from the script I can no longer see my keyboard input even though it is still being accecpted.
The only resolution that I have is to exit and come back into the environment.
Thanks in advance for the assistance.