1 2 3 4 5 6 7
#!/usr/bin/env bash # # pipe to tplot for a quick plot hledger reg ^as ^li -V -XUSD \ | awk -F'[[:space:]][[:space:]]+' '{print $4}' \ | cut -d' ' -f1 \ | tr -d ','