dylanaraps / pure-sh-bible

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

FIX: read strips leading & trailing IFS whitespace #8

Closed uberbaud closed 4 years ago

uberbaud commented 4 years ago

Empty (and restore) IFS to preserve leading and trailing spaces and tabs. Read strips them if they appear in IFS.

dylanaraps commented 4 years ago

Fixed!