⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tpipe.1

📁 speech signal process tools
💻 1
字号:
.TH TPIPE 1  "29 January 1990".\" @(#)tpipe.1 1.0 90/01/29; David B Rosen (rosen@bucasb.bu.edu).SH NAMEtpipe \- replicate the standard output into an additional pipelinethat is run in a subshell.SH SYNOPSIS.B tpipe[.I pipeline].IX  "tpipe command"  ""  "\fLtpipe\fP \(em copy standard output to many pipelines".IX  "copy" "standard output to many pipelines \(em \fLtpipe\fP".IX  "standard output"  "copy to many pipelines"  ""  "copy to many pipelines \(em \fLtpipe\fP".IX  pipelines  "copy standard output to many"  ""  "copy standard output to many \(em \fLtpipe\fP".SH DESCRIPTION.B tpipetranscribes the standard input to thestandard output and simultaneously writes an additional copy toa specified.IR pipeline ..PPtpipe is similar to tee(1) except that tpipe writes the duplicate copyof its standard input to a command or pipeline instead of a file. Thiscan help you avoid re-executing earlier commands in the pipeline,writing temporary files, or resorting to the use of named pipes..PPThe specified.IR pipelineis always executed in a subshell by sh(1), regardless of your currentshell.  If a non-empty string is supplied as the argument, it must be a valid pipeline or command for sh(1). Normally, you will want to enclosethe.IR pipelineargument in quotes ('' or "").  The type of quotes you choosewill affect variable substitution by your shell (see the man page for your shell, such as csh(1), for details)..PPIf the subshell pipeline writes to its standard output, this outputwill go to the standard output of tpipe, where it will be interspersedin an unpredictable way with the other copy of standard input.Normally, this is not what you want. Instead, you would typicallyspecify a subshell.IR pipeline whose output is redirected to a file (as in the examplebelow) or has some other effect..SH EXAMPLE.IP% cmd1 <infile | tpipe "cmd2 | cmd3 >outfile" | cmd4 .PPwhich has the effect of running the output of command cmd1simultaneously through two pipelines, "cmd2 | cmd3 >outfile" and cmd4.Diagramatically, in this example (this will look wrong witha variable-spaced font):.nf                     --> cmd2 --> cmd3 --> outfile                   /infile  --> cmd1 -<                   \\                     --> cmd4 -->  (standard output).fi.SH SEE ALSO.BR tee (1),.BR sh (1),.BR cat (1).SH AUTHORDavid B Rosen.PPTHIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT EXPRESS OR IMPLIED WARRANTY.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -