-a --echo-all
-a or --echo-all prints all input lines to standard output as they are read.
-a
or --echo-all
prints all input lines to standard output as they are read. This is more useful for script processing than interactive mode. It is equivalent to setting the variable
ECHO
to all
.