Sir what is the difference between standard input and normal input.
Standard input is the input from file descriptor zero. Normally this has been programmed to come from the keyboard attached to the terminal from which login has been done. Any other input can come from a file or a pipe. Similarly, standard output and standard error are sent to the screen attached to the terminal from which login has been done.
Please login first to submit.