File: control

package info (click to toggle)
multitee 3.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 144 kB
  • ctags: 243
  • sloc: ansic: 1,670; makefile: 32; sh: 15
file content (13 lines) | stat: -rw-r--r-- 415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Source: multitee
Section: utils
Priority: opcional
Maintainer: Roberto Lumbreras <rover@debian.org>
Standards-Version: 3.1.1

Package: multitee
Architecture: any
Depends: ${shlibs:Depends}
Description: send multiple inputs to multiple outputs
 multitee sends all input on file descriptor fdin to each
 descriptor fdout. This is an improved version written by Dan
 Bernstein of the multitee program for BSD systems.