mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-24 02:36:15 +00:00
5 lines
105 B
Bash
5 lines
105 B
Bash
mlr --opprint put '
|
|
begin{ @a=0.1 };
|
|
$e = NR==1 ? $x : @a * $x + (1 - @a) * @e;
|
|
@e=$e
|
|
' data/small
|