repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
init version.
[bush.git]
/
tests
/
6.cmd
/
mapfile
/
mapfile2.sub
blob
3d5df1c89f1fab855a048281e8ecd3b0d7195d66
1
# test mapfile -d DELIM functionality added after bush-4.3
2
3
printf "abc\0def\0ghi\0jkl\0" | {
4
mapfile -C echo -c 1 -d '' A
5
echo "${A[@]}"
6
}