mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-14 09:11:02 +00:00
Fix a bug in which `head` failed to print headings for `stdin` inputs when reading from multiple files, and fix another bug in which `head` failed to print a blank line between the contents of a file and the heading for the next file when reading multiple files. The output now matches that of GNU `head`. |
||
|---|---|---|
| .. | ||
| emptyfile.txt | ||
| lorem_ipsum.txt | ||
| lorem_ipsum_1_line.expected | ||
| lorem_ipsum_5_chars.expected | ||
| lorem_ipsum_backwards_file.expected | ||
| lorem_ipsum_default.expected | ||
| lorem_ipsum_verbose.expected | ||
| sequence | ||
| sequence.expected | ||
| zero_terminated.expected | ||
| zero_terminated.txt | ||