groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] temporary files with -Thtml


From: Bernd Warken
Subject: [Groff] temporary files with -Thtml
Date: Mon, 17 Jun 2002 18:52:31 +0200
User-agent: Mutt/1.2.5i

grohtml does not clean-up some temporary files. For example, try

cd <some_temp_dir>
echo test | GROFF_TMPDIR=. groff -Thtml >/dev/null
ls -l groff-*

This will display something like

-rw-------    1 bernd    users           0 Jun 17 18:45 groff-page-m9NMMr
-rw-------    1 bernd    users           0 Jun 17 18:45 groff-ps-n9N6Yi
-rw-------    1 bernd    users        3313 Jun 17 18:45 groff-ps-z2iUAA
-rw-------    1 bernd    users           0 Jun 17 18:45 groff-regions-mQNnpJ

So 4 temporary files were not deleted.  Oher devices seem to do their 
clean-up.

Bernd Warken


reply via email to

[Prev in Thread] Current Thread [Next in Thread]