Skip to main content

Creating a zero byte file - Linux/Cygwin

Linux :

$ dd if=/dev/null of=zero.jpg bs=1 count=1

Cygwin :

dd.exe if=/dev/null of=zero.jpg bs=1 count=1

Comments

Post a Comment