I want to change the password of the Unix user through a shell script, but without being prompted to enter the old password.
That means I want to provide the old and new password in the shell script itself, such that during the prompt it will read it from the script file.