mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
659bf58a4c
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 |