Query: tee
OS: sunos
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tee(1) User Commands tee(1)NAMEtee - replicate the standard outputSYNOPSIStee [-ai] [file...]DESCRIPTIONThe tee utility will copy standard input to standard output, making a copy in zero or more files. tee will not buffer its output. The options determine if the specified files are overwritten or appended to.OPTIONSThe following options are supported. -a Appends the output to the files rather than overwriting them. -i Ignores interrupts.OPERANDSThe following operands are supported: file A path name of an output file. Processing of at least 13 file operands will be supported.USAGESee largefile(5) for the description of the behavior of tee when encountering files greater than or equal to 2 Gbyte ( 2**31 bytes).ENVIRONMENT VARIABLESSee environ(5) for descriptions of the following environment variables that affect the execution of tee: LANG, LC_ALL, LC_CTYPE, LC_MES- SAGES, and NLSPATH.EXIT STATUSThe following exit values are returned: 0 The standard input was successfully copied to all output files. >0 The number of files that could not be opened or whose status could not be obtained.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |CSI |Enabled | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOcat(1), attributes(5), environ(5), largefile(5), standards(5) SunOS 5.10 20 Dec 1996 tee(1)
Related Man Pages |
---|
tee(1) - opensolaris |
tee(1posix) - posix |
tee(1p) - suse |
cmp(1) - sunos |
split(1) - sunos |
Similar Topics in the Unix Linux Community |
---|
combined stdout & stderr |
tee into 2 named pipes |
Duplicate output without tee |
Trouble with tee command to capture script outputs |
Question about tee command |