blind-tee.1 (651B)
1 .TH BLIND-TEE 1 blind 2 .SH NAME 3 blind-tee - /dev/fd/ aware tee(1) implementation 4 .SH SYNOPSIS 5 .B blind-tee 6 .RI [ file \ ...] 7 .SH DESCRIPTION 8 .B blind-tee 9 reads stdin and writes its input to stdout and to all 10 .IR file s. 11 .P 12 Files are opened in truncate mode, file descriptors 13 specified via their /dev/fd/ path are not reopened 14 but used directly. 15 .SH RATIONALE 16 There are situations where opening files in /dev/fd/ 17 creates problems. Popular 18 .BR tee (1), 19 implementations do not treat files in /dev/fd/ 20 especially. 21 .SH SEE ALSO 22 .BR blind (7), 23 .BR blind-to-named (1), 24 .BR blind-from-named (1), 25 .BR tee (1) 26 .SH AUTHORS 27 Mattias Andrée 28 .RI < maandree@kth.se >