Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can also specify the tee -a option to append the input text to the file you specify.

Note that the > redirection metacharacter sends its output to a file, not to another program's standard input stream as with the | pipe metacharacter. (There are some cases where redirection involves something other than a file, but that's a topic for the Advanced Bash scripting class.)

The standard error stream

...