Because it's doing two passes. One random pass followed by one zero pass.
If you want `shred` to zero and nothing else, it's `shred -n 0 -z`.
Add `-v` for verbosity and you'll see.
Because it's doing two passes. One random pass followed by one zero pass.
If you want `shred` to zero and nothing else, it's `shred -n 0 -z`.
Add `-v` for verbosity and you'll see.