View Single Post
Posts: 33 | Thanked: 2 times | Joined on Jun 2010
#11
Balance box: I have written a script to display it on the screen.

Type this command on the terminal:
Code:
cut -f 3 /home/user/MyDocs/expenselog/expenses.txt | grep -v 'amount' | awk '{ sum += $1 } END { print sum }'
You can use Desktop Command Execution Widget, a very intereting piece of software, to display this nformation on the desktop:
http://maemo.org/downloads/product/M...ktop-cmd-exec/
http://wiki.maemo.org/Desktop_Comman...Widget_scripts