Joey Schulze wrote: > The current version of wml in sid creates loads of temporary directories > 'ipp.XXXXXX' > in /tmp but does not remove them after a run. > > luonnotar!joey(pts/3):/tmp> ls -ld /tmp/ipp.*|wc -l > 3963 > luonnotar!joey(pts/3):/tmp> > > This is going to flood /tmp sooner or later on sites that use wml to > build their web pages.
Here's an even better example: klecker!joey(pts/2):/tmp> ls -ld /tmp/ipp*|wc -l -bash: /bin/ls: Argument list too long 0 klecker!joey(pts/2):/tmp> find /tmp -maxdepth 1 -name 'ipp.*' |wc -l 11615 klecker!joey(pts/2):/tmp> Maybe we should even consider this problem serious. Regards, Joey -- Reading is a lost art nowadays. -- Michael Weber Please always Cc to me when replying to me on the lists. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]