* Alen Šiljak <[email protected]> [2019-04-21 07:49]: > ledger prices -l "commodity==AUD"
You have to quote it: ledger prices -l "commodity=='AUD'" > 2018/07/23 MVR 18.61 AUD > 2018/06/01 VACF 50.48 AUD > > What would the syntax be (the field name) for filtering by the stock (or > whatever commodity whose price we want to see)? grep? ledger prices | grep ' MVR ' -- Martin Michlmayr https://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
