mirror of
https://github.com/kmein/niveum
synced 2026-03-18 11:01:07 +01:00
7 lines
248 B
Bash
Executable File
7 lines
248 B
Bash
Executable File
#!/bin/sh
|
|
hora reg 'fillidefilla' -O csv \
|
|
-b "$(date -d "$(date +%Y-%m)-20 last month" +%Y-%m-%d)" \
|
|
-e "$(date -d "$(date +%Y-%m)-19" +%Y-%m-%d)" \
|
|
| sed 's/(fillidefilla:\(.*\))/\1/g' \
|
|
| xsv select date,amount,total,account,description
|