[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: -.ld file
From: |
Joe Beach |
Subject: |
Re: -.ld file |
Date: |
Mon, 26 Jan 2004 10:52:09 -0700 |
Hi,
Take a look at the lout man page. If you installed the man pages in /
usr/local/man, the command would be:
man /usr/local/man/lout.1
In the Output section, it says that you can redirect the error messages
with the command line flag -e:
-e filename
Direct error messages to filename instead of to stderr.
In the Cross-reference datatase section, it says the reading/writing of
the cross-reference database can be suppressed with the flag -s:
-s
Suppress all reading and writing of the cross reference
database; other databases are not affected. Useful when
many simple documents that don’t do any cross referencing are
stored in one directory.
I have never used either of these flags, but I think they will do what
you want.
Joe Beach
On 01/26/2004 05:25:07 AM, Matthias Teege wrote:
Moin,
I use lout to pipe some data to it. Lout then generate the postscript
output at stdout but also -.ld and lout.li. -.ld is realy uncool
because I can't rm it without much pain. Is it possible to disable
the
generation of this files or rename it to somthing else?
Is it possible to run lout quiet without the output of warnings to
stdout?
Many thanks
Matthias
--
Matthias Teege -- http://www.mteege.de
make world not war
- -.ld file, Matthias Teege, 2004/01/26
- Re: -.ld file, Valeriy E. Ushakov, 2004/01/26
- Re: -.ld file,
Joe Beach <=