Comment 1 for bug 1090289

Revision history for this message
James Hunt (jamesodhunt) wrote :

Thanks for reporting. This looks like a subtle parsing issue.

A work-around is to put the entire command within a script stanza like this:

script
exec find / ! -size 0 -regex '.*\.sqlite3?$' -type f -exec sqlite3 {} VACUUM \;
end script