is there a command on Linux to remove a file but zeroing it's contents first?
so if i do, something like this:
rm -rf /var/cache/pacman/pkg/*
it would overwrite each file on that directory with 0 values, then erase it
i need it for compacting my VMware image files without creating super big file containing zeros first.