EVL

Table of Contents


Products, services and company names referenced in this document may be either trademarks or registered trademarks of their respective owners.

Copyright © 2017–2020 EVL Tool, s.r.o.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.

Tee

Replicate <f_in> to multiple <f_out>

Tee

is to be used in EVS job structure definition file. <f_in> and <f_out> are either input and output file or flow name.

There is no standalone component version as one can use standard UNIX command ’tee’.

Synopsis

syntax/Tee
Tee
  <f_in> <f_out>...

evl tee
  ( --help | --usage | --version )

Options

Standard options:

--help

print this help and exit

--usage

print short usage information and exit

--version

print version and exit

Examples

Replicate to output flows (or files) A,B,C,D,E,F:

Tee IN_FLOW A B C D E F