On 30.03.14,12:50, Alan Schmitt wrote: > Hello, > > I have an account named "Bucket:Expenses:Tel Portable". I'm trying to > get a register of all the transactions involving this account, but > I don't know how to write the command line invocation to this end. If > I do > > ledger reg '^Bucket:Expenses:Tel Portable' > > then I get transactions matching 'Bucket:Expenses:Tel' or 'Portable'. > I tried adding some '\' before the space, but then I'm getting errors of > the form "Incomplete escape sequence found.". > > How can I require spaces in an account name on the command line? >
Have you tried ledger reg "Bucket:Exp$enses:Tel Portable" instead? Jostein -- --- 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.
