Versiunile în comparație

Cheie

  • Această linie a fost adăugată.
  • Acest rând a fost eliminat.
  • Formatarea a fost modificată.


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

...