Y
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
jlgaddis
2479 days ago
Are you aware of $IFS?
link
xashor
2479 days ago
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.
link