HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] mass sending fax windows client.
"Marco" <marcodefreitas@xxxxxxxxx> wrote:
On GNU/Linux:
$ for n in `cat faxnumber.txt`; \
do sendfax -D -d $n /home/user/fax.pdf; done
Think simple.
If you're thinking simple, why not just use sendfax's built-in '-z' feature
as follows:
sendfax -z faxnumber.txt /home/user/fax.pdf
This assumes the faxnumber.txt file will contain something like:
2155551212
2155551213
2155551214
etc.
-Darren
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*