Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.


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

...