EnglishFrenchSpanish

OnWorks favicon

peet - Online in the Cloud

Run peet in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command peet that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


peet - piped reverse tee: read from many file descriptors and copy to one

SYNOPSIS


peet [-h] [-w outfd] infd1 [infd2 ...]

DESCRIPTION


peet reads from many file descriptors and copies everything to one file descriptor. If no
file descriptor is given ('-w' option), 1 (stdout) is used.

peet is text line based - i.e. only complete lines are written. The order of lines
written to the output file descriptor is pure random when there is more then one file
descriptor where a complete line can be read from.

peet can be used with pipexec(1) to de-multiplex text based output.

OPTIONS


-h print help and version information

-w outfd
use the given outfd as output file descriptor. If this option is not specified, 1
(stdout) is used.

EXAMPLES


Read from stdin (fd 0), and file descriptors 9 and 11 and write to stdout.
peet 0 9 11

Using pipexec(1): start two commands, both write their log to stdout and use one instance
of rotatelogs(1) to write the logs to disk into a common log file: (The file descriptors 8
and 11 are chosen by random.)
pipexec [ CMD1 /usr/bin/cmd1 ] [ CMD2 /usr/bin/cmd2 ] \
[ PEET /usr/bin/peet 8 11 ] \
[ RLOGS /usr/bin/rotatelogs /var/log/%Y%m%d_cmd.log ] \
"{CMD1:1>PEET:8}" "{CMD2:1>PEET:11}" \
"{PEET:1>RLOGS:0}"

Use peet online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • 2
    gMKVExtractGUI
    gMKVExtractGUI
    A GUI for mkvextract utility (part of
    MKVToolNix) which incorporates most (if
    not all) functionality of mkvextract and
    mkvinfo utilities. Written in C#NET 4.0,...
    Download gMKVExtractGUI
  • 3
    JasperReports Library
    JasperReports Library
    JasperReports Library is the
    world's most popular open source
    business intelligence and reporting
    engine. It is entirely written in Java
    and it is able to ...
    Download JasperReports Library
  • 4
    Frappe Books
    Frappe Books
    Frappe Books is a free and open source
    desktop book-keeping software that's
    simple and well-designed to be used by
    small businesses and freelancers. It'...
    Download Frappe Books
  • 5
    Numerical Python
    Numerical Python
    NEWS: NumPy 1.11.2 is the last release
    that will be made on sourceforge. Wheels
    for Windows, Mac, and Linux as well as
    archived source distributions can be fou...
    Download Numerical Python
  • 6
    CMU Sphinx
    CMU Sphinx
    CMUSphinx is a speaker-independent large
    vocabulary continuous speech recognizer
    released under BSD style license. It is
    also a collection of open source tools ...
    Download CMU Sphinx
  • More »

Linux commands

Ad