dylanaraps / pure-sh-bible

📖 A collection of pure POSIX sh alternatives to external processes.
MIT License
6.45k stars 281 forks source link

Add support for lines that end without a newline #5

Closed Crestwave closed 4 years ago

Crestwave commented 4 years ago

I also refactored the head function so it won't try to read another line after the limit is reached.

dylanaraps commented 4 years ago

LGTM :+1: