sims wrote: : Nice rewrite. case. I forgot about that one. One difference that I : should point out is that: if none of the second arguments match, there : will be a default: : account='expenses:simon:'$2 : account='income:'$2':'$3
Before the esac, put in: *) account="expenses:simon:misc" ;; (Or something like that...)
