Eval121 » Historique » Version 1
François Rioult, 18/06/2010 22:21
| 1 | 1 | François Rioult | h1. Eval121 |
|---|---|---|---|
| 2 | |||
| 3 | h2. Synopsis |
||
| 4 | |||
| 5 | This operator has one parameter, two inputs and one output. The corresponding shell script executes the parameter as a command on both inputs, and copies the result to the output. |
||
| 6 | |||
| 7 | h2. Parameters |
||
| 8 | |||
| 9 | 1 parameter, treated as the command to be executed. |
||
| 10 | |||
| 11 | h2. Inputs |
||
| 12 | |||
| 13 | 2 input files. |
||
| 14 | |||
| 15 | h2. Outputs |
||
| 16 | |||
| 17 | 1 output: the result of the command |
||
| 18 | |||
| 19 | h2. Example |
||
| 20 | |||
| 21 | This operator is mainly used for combining two files : |
||
| 22 | * in all for-loops, where the accumulator is handled by a @cat@ or a @paste@ in the loop |
||
| 23 | * in the discretization process [[discretization.aws]] for computing the dictionary starting from the data and the columns format |