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.bak
/
exp3.sub
blob
212d579abce5480a7f8e65d232b607c170b59e8f
1
IFS=:
2
3
case A in ([[:graph:]]) echo graph;; *) echo non-graph;; esac
4
[[ A == [[:graph:]] ]] && echo yes || echo no
5
6
IFS="~"; read a b <<< a~q; echo $a
7
IFS=':'; read a b <<< a:q; echo $a