Comment 6 for bug 810288

Revision history for this message
Haw Loeung (hloeung) wrote :

importd@galapagos:/tmp$ du -sh
340G .
importd@galapagos:/tmp$ find /tmp -maxdepth 1 -type f \( -name 'tmp*.pack' -o -name 'tmp*.idx' \) -mtime +1 -delete
importd@galapagos:/tmp$ du -sh
5.9G .
importd@galapagos:/tmp$

importd@russkaya:/tmp$ du -sh
315G .
importd@russkaya:/tmp$ find /tmp -maxdepth 1 -type f \( -name 'tmp*.pack' -o -name 'tmp*.idx' \) -mtime +1 -delete
importd@russkaya:/tmp$ du -sh
7.3G .
importd@russkaya:/tmp$