Subject | Hash | Author | Date (UTC) |
---|---|---|---|
releasing version 0.10 | 68088da67528e6db63175305776e288d33755646 | joeyh | 2006-04-02 22:47:56 |
* ifdata: patch from Adam Lackorzynski to translate French error messages to English and to convert some #defines to enums. * ifdata: patch from Adam Lackorzynski to avoid printing info for bogus interface. Closes: #360433 * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to "z"). | 830a7b56d7c03e6819e2ccdd65b5015a2606ebd1 | joeyh | 2006-04-02 22:32:24 |
releasing version 0.9 | 64f0d162b040d66fd21c4ec8c7b5e9792866febc | joeyh | 2006-03-27 18:48:20 |
* Typo fixes. Closes: #359039, #359040 * pee: don't send a copy of every line sent to every command to stdout. Seems best for it not to output anything to stdout on its on at all. Closes: #359041 | 67ccef6db58b56bdfed8d1a96d3a7d298f42c625 | joeyh | 2006-03-27 18:45:08 |
* ifdata: robustness patch from Adam Lackorzynski, in particular deal with /proc not mounted. Closes: #358930 | 78133bda9c752e761ae00b6a43d2ddf5c67af53f | joeyh | 2006-03-25 17:52:25 |
releasing version 0.8 | 7e8e057cd10ca3d436f786003c0c34e5074074dd | joeyh | 2006-03-25 02:01:45 |
* ifdata: patch from its author to make it behave properly on big endian systems. Closes: #358860 | eb2a08e762578bb86e0e6135c5808a0d82e91a8c | joeyh | 2006-03-25 01:51:39 |
* tss.1, ifdata.1: typo fix. Closes: #358557, #358556 | 77f42d643d76d6aa7d884fe9c6eadd7fcc57bc64 | joeyh | 2006-03-23 08:47:52 |
* Back to Mithandir's C sponge, now fixed. | 5942eb1d3bd089b4f01daab04ca0ad8518e8b2ef | joeyh | 2006-03-23 07:18:36 |
* ifdata: Patch from KELEMEN Peter to add support for printing hardware interface. Closes: #357646 | 824b3e16d5f3962f7bdba0ff3159363afad3cc68 | joeyh | 2006-03-18 19:17:43 |
er yeah, let's check in the right stuff | fa7787ccb87cc8c47f118c65d5bbada602323a68 | joeyh | 2006-03-16 17:08:29 |
* Add pee (pipe tee) contributed by Miek Gieben. | 93b625d8288ff9ec522460dac489a170ef130d8c | joeyh | 2006-03-14 23:08:19 |
releasing version 0.6 | 84cc0252d7bf1cc8514ef347e150e9c8b930f0bd | joeyh | 2006-03-13 17:06:37 |
typo | 7b031cc5149b6558cb5964b8db55538792de3ea6 | joeyh | 2006-03-10 20:26:29 |
releasing version 0.5 | 538cb394703d148130ec9a7f60da677996a4857a | joeyh | 2006-03-08 04:09:50 |
* Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart. | 4671f67156c1c59c2f9f7c3ead1a2e9141375d41 | joeyh | 2006-03-08 04:04:34 |
* README updates based on user feedback. | 1530f8ec01fe7e688946203ec19624e1609c221c | joeyh | 2006-03-08 03:25:58 |
* Indentation improvements. | d8c8aa26cb9f1f4bd411056ad3049ed0357ae3e4 | joeyh | 2006-03-08 03:19:40 |
rename | c996e056d782796fba098b546f16d7ead1ea9d78 | joeyh | 2006-03-08 03:03:37 |
* Added ifinfo, by Benjamin BAYART (originally called ifcfg). * Made ifinfo -Wall clean. * Made ifinfo support -h and print usage on unknown options. * Cleaned up ifinfo's behavior when asked to print info for nonexistant devices. Still needs improvement. | e50ccc1b36213de52ae78c2703d391ea8941a7b1 | joeyh | 2006-03-08 02:59:27 |
File | Lines added | Lines deleted |
---|---|---|
debian/changelog | 2 | 2 |
debian/control | 1 | 1 |
pee.1 | 0 | 12 |
File debian/changelog changed (mode: 100644) (index df19875..5047f09) | |||
1 | moreutils (0.10) UNRELEASED; urgency=low | ||
1 | moreutils (0.10) unstable; urgency=low | ||
2 | 2 | ||
3 | 3 | * ifdata: patch from Adam Lackorzynski to translate French error messages | * ifdata: patch from Adam Lackorzynski to translate French error messages |
4 | 4 | to English and to convert some #defines to enums. | to English and to convert some #defines to enums. |
... | ... | moreutils (0.10) UNRELEASED; urgency=low | |
7 | 7 | * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to | * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to |
8 | 8 | "z"). | "z"). |
9 | 9 | ||
10 | -- Joey Hess <joeyh@debian.org> Sun, 2 Apr 2006 16:15:35 -0400 | ||
10 | -- Joey Hess <joeyh@debian.org> Sun, 2 Apr 2006 18:34:01 -0400 | ||
11 | 11 | ||
12 | 12 | moreutils (0.9) unstable; urgency=low | moreutils (0.9) unstable; urgency=low |
13 | 13 |
File debian/control changed (mode: 100644) (index 2b2dde0..b7e4c13) | |||
... | ... | Description: additional unix utilities | |
19 | 19 | - vidir: edit a directory in your text editor | - vidir: edit a directory in your text editor |
20 | 20 | - vipe: insert a text editor into a pipe | - vipe: insert a text editor into a pipe |
21 | 21 | - combine: combine the lines in two files using boolean operations | - combine: combine the lines in two files using boolean operations |
22 | - ifdata: get network interface info without parsing ifconfig output | ||
22 | - ifdata: get network interface info without parsing ifconfig output | ||
23 | 23 | - pee: tee standard input to pipes | - pee: tee standard input to pipes |
24 | 24 | - zrun: automatically uncompress arguments to command | - zrun: automatically uncompress arguments to command |
File pee.1 deleted (index b0faebf..0000000) | |||
1 | .TH pee 1 2006\-03\-14 | ||
2 | .SH NAME | ||
3 | pee \- tee standard input to pipes | ||
4 | .SH SYNOPSIS | ||
5 | \fBpee\fR [\fB"command"\fR\&...] | ||
6 | .SH DESCRIPTION | ||
7 | pee is like tee | ||
8 | but for pipes. Each command is run and fed a copy of the | ||
9 | stadard input. The output of all commands is sent to | ||
10 | stdout. | ||
11 | .SH "SEE ALSO" | ||
12 | \fBtee\fR(1) |