📄 readme
字号:
-------------------------------------------------------------tpipe -- replicate standard output to an additional pipeline version 1.02 6 Mar. 1990-------------------------------------------------------------tpipe is a simple utility program that can be used to split a unixpipeline into two pipelines. That is, the output of one pipeline canbe replicated and supplied as the input to two other pipelinesexecuting simultaneously.Like tee(1), tpipe transcribes its standard input to its standardoutput. But where tee(1) writes an additional copy of its input to afile, tpipe writes the additional copy to the input of anotherpipeline, which is specified as the argument to tpipe. In a typicaluse, this pipeline will eventually write to a file. The standardoutput of tpipe is typically piped into another pipeline, whose output(if any) may go to the user's terminal or anywhere at all.I wrote tpipe because I was processing image files (using pbmplus),and I wanted to apply more than one pipeline to the same input file,but the early parts of the pipeline were the same. I did not want tohave to execute the early parts multiple times. I did not have enoughdisk space to write what would have been a huge intermediate file.Frankly, I did not know about teeing to named pipes, but anyway it'snice not to have to bother with them or worry about name conflicts,especially if you have more than one job wanting to do this at thesame time...See the manual page for tpipe(1) for information about its use,including an artificial example. This distribution contains four files: Readme (this is it) Makefile (it is trivial) tpipe.1 (the manual page) tpipe.c (the code!)To read the manual page, just `nroff -man tpipe.1'.To compile tpipe, just `make'. Put tpipe.1 in the man1/ directory inyour MANPATH or the system man path.--David B Rosen, Cognitive & Neural Systems rosen@bucasb.bu.eduCenter for Adaptive Systems rosen%bucasb@{buacca,bu-it}.bu.eduBoston University {mit-eddie,harvard,uunet}!bu.edu!thalamus!rosen
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -