File: d-emptyfile.t

package info (click to toggle)
zst 0.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: ansic: 1,009; sh: 20; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (2)
1
2
3
4
5
cat </dev/null >file
$TOOL file
rm -f file # zstd keeps it
$Z -d file$EXT
cmp -b /dev/null file