-BINS=isutf8 ifdata
+BINS=isutf8 ifdata pee
PERLSCRIPTS=vidir vipe ts combine sponge
-MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1
+MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 pee.1
CFLAGS=-O2 -g -Wall
all: $(BINS) $(MANS)
./check-isutf8
isutf8.1: isutf8.docbook
- docbook2x-man isutf8.docbook
+ docbook2x-man $<
ifdata.1: ifdata.docbook
- docbook2x-man ifdata.docbook
+ docbook2x-man $<
+
+pee.1: pee.docbook
+ docbook2x-man $<
%.1: %
pod2man --center=" " --release="moreutils" $< > $@;
combine the lines in two files using boolean operations
ifdata
get network interface info without parsing ifconfig output
+pee
+ tee standard input to pipes
Your suggestions of additional tools to add to this collection are
+moreutils (0.7) UNRELEASED; urgency=low
+
+ * Add pee (pipe tee) contributed by Miek Gieben.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 14 Mar 2006 18:07:46 -0500
+
moreutils (0.6) unstable; urgency=low
* Revert to perl sponge since the C one corrupts larger files.
- vipe: insert a text editor into a pipe
- combine: combine the lines in two files using boolean operations
- ifdata: get network interface info without parsing ifconfig output
+ - pee: tee standard input to pipes
the GPL. It was originally called ifcfg and has a web page here:
http://edgard.dyn.fdn.fr/developpements/ifcfg.shtml
+pee is Copyright (c) Miek Gieben, 2006, under the terms of the GPL.
+
Everything else is copyright 2006 by Joey Hess, under the terms of GPL.
The full text of the GNU GPL can be found in /usr/share/common-licenses/GPL
on Debian systems.
--- /dev/null
+.TH pee 1 2006\-03\-14
+.SH NAME
+pee \- tee standard input to pipes
+.SH SYNOPSIS
+\fBpee\fR [\fB"command"\fR\&...]
+.SH DESCRIPTION
+pee is like tee
+but for pipes. Each command is run and standard input is
+copied into it, as well as being sent to stdout.
+.SH "SEE ALSO"
+\fBtee\fR(1)