gnc-prices

Dave Peticolas dave@krondo.com
Fri, 22 Sep 2000 13:53:32 -0700


=?iso-8859-1?q?-=20-?= writes:
> I would like to automate updating of stock prices in
> GnuCash, but am not sure what would be the best way of
> doing this. Can I edit gnc-prices to reflect only my
> file (so in a terminal I don't have to type gnc-prices
> /home/chris/accounts/stocks) or should I be using a
> script to automate this? I'm using Mandrake 7.0 with
> KDE and am a new user to Linux. Any help would be
> appreciated.
>              Thaanks..............Chris               

How about a shell script?

#! /bin/sh

/usr/bin/gnc-prices /home/chris/accounts/stocks


dave