Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: sendfax invokation question
On Fri, 14 Aug 1998 darren.nickerson@balliol.ox.ac.uk wrote:
> > /opt/hylafax/bin/sendfax -k "now +48 hours" -D -c " " -r "" -x "" -y ""
> > -d "Stan Brown"@7453195 /tmp/scan6754/fax_page_no_00001.ps
> > sendfax: No destination specified.
> > usage: sendfax [options] [files]
> > (Read the manual page; it's too complicated).
>
> -d "Stan Brown"@7453195 is bogus, use -d "Stan Brown@7453195"
Most shells (ksh, csh, sh) will parse it properly either way. You could
also say: -d Stan\ Brown@7453195. All the " does is tell ksh how to
build ARGV for passage to exec().
I was able to verify that the above works for sendfax; assuming you are
running the right sendfax command, it should work unless something you are
typing does not match what you printed above.
David.