44257ad5d0
$ echo "X:Y:" | (IFS=": " read x y; echo "|$x|$y|") |X|Y| $ echo "X:Y : " | (IFS=": " read x y; echo "|$x|$y|") |X|Y| function old new delta shell_builtin_read 1320 1426 +106 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |
||
---|---|---|
.. | ||
read_ifs2.right | ||
read_ifs2.tests | ||
read_ifs.right | ||
read_ifs.tests | ||
read_n.right | ||
read_n.tests | ||
read_r.right | ||
read_r.tests | ||
read_REPLY.right | ||
read_REPLY.tests | ||
read_SIGCHLD.right | ||
read_SIGCHLD.tests | ||
read_t0.right | ||
read_t0.tests | ||
read_t.right | ||
read_t.tests |