sign in
|
add example
|
see also:
splice
,
vmsplice
,
feature_test_macros
tee
duplicating pipe content
[
package
|
man 1
, 2
|
usage
|
homepage
]
examples
configs
questions
links
[
new example
]
copy
3
0
ls | tee file1.txt file2.txt file3.txt
write ls to screen and 3 files
ls
tee
2 years, 4 months ago
john
0 |
details
|
copy
2
0
ls | tee file.txt
ls to screen and also file
ls
tee
2 years, 4 months ago
john
0 |
details
|
copy
0
0
crontab -l | tee backup.txt
list your crontab, and create a backup
crontab
tee
2 years, 4 months ago
john
0 |
details
|
copy
0
0
ifconfig | tee OutputFile.txt
list and store ifconfig in OutputFile.txt
ifconfig
tee
2 years, 4 months ago
john
0 |
details
|
copy
0
0
lint myprogram.c | tee -a myprogram.lint
display and append to myprogram.lint
tee
lint
2 years, 4 months ago
john
0 |
details
|
[
new config
]
[
ask question
]