Hacker News new | ask | show | jobs
by xashor 2479 days ago
We took the wrong path quite some time ago. Most of the POSIX utils like sort, cut, grep only support \n (or sometimes \0) as row separator.
1 comments

Are you aware of $IFS?
I think $IFS is only used by the shell (with read and expansions), not by e.g. sort. It is so at least on my system.