Package osh :: Package command :: Module f
[frames] | no frames]

Module f

source code

f FUNCTION

The result obtained by applying FUNCTION to an input sequence is written as output.

Example: If input contains the sequences (1, 2), (3, 4), (5, 6) then this command:

   f 'x, y: x + y'

generates the output (3,), (7,), (11,).

Functions
 
f(function)
The result obtained by applying FUNCTION to an input sequence is written as output.
source code