mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-19 01:15:21 +00:00
5 lines
189 B
Bash
5 lines
189 B
Bash
mlr --icsv --opprint \
|
|
join -j color --ul --ur -f data/prevtemp.csv \
|
|
then unsparsify --fill-with 0 \
|
|
then put '$count_delta = $current_count - $previous_count' \
|
|
data/currtemp.csv
|