Versions Compared

Key

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


Code Blockexcerpt

tee

is

a

command-line

utility

in

Linux

that

reads

from

the

standard

input

and

writes

to

both

standard

output

and

one

or

more

files

at

the

same

time.



Example 1: Append the text output to the file use tee with the -a (–append) option

...