Somewhat saner, in fact

     while sleep 13600; do find / -name 'C\:\\nppdf32Log\\debuglog.txt'
-exec rm -f {} \; ;done

But you'd probably either

(a) want to limit the places to look for to known places

     rm -f /home/*/C\:\\nppdf32Log\\debuglog.txt
/tmp/C\:\\nppdf32Log\\debuglog.txt

(b) scan a limited set of folders

    find /home /tmp /var/run  -xdev -name
'C\:\\nppdf32Log\\debuglog.txt' -exec rm {} \+

This could be one of those background performance hogs (spinning up your
drive containing all your photos...)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986841

Title:
  Debug log created by Adobe Reader browser plugin (nppdf.so)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acroread/+bug/986841/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to