>>267
うちの場合は0埋めされるみたい。
上書きした時点で別のデータ領域が割り当てられるので、元データはディスクの何処かに残るだろ!とかの意味なら、知らん。
それはディスク全体のデータ破壊の話で、ファイル単位では如何ともし難いような。
$ echo 'bell-character=ignore' > test
$ ls -l test
-rw------- 1 u0_a121 u0_a121 22 May 4 14:36 test
$ shred -z test
$ ls -l test
-rw------- 1 u0_a121 u0_a121 4096 May 4 14:37 test
$ head -c 20 test
$ cat -v test | head -c 20
^@^@^@^@^@^@^@^@^@^@$