6

Tip #79  

zero out the hard drive /dev/sdc, with progress bar

pv /dev/zero | dd of=/dev/sdc bs=4096
 
  • TAGS: