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
improve of cmpl.
[bush.git]
/
testing
/
3.OriginalTest.dir
/
2.dollor
/
dollar-star
/
dollar-star4.sub
blob
1b551f2d8bfb7381a3de89b21995619ee6029873
1
set -u
2
3
echo ${#*}
4
echo ${*:-bar}
5
6
echo $*
7
echo after 1
8
echo ${*}
9
echo after 2