mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 17:04:50 +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
|