source:
vendor/bash/3.1-p17/tests/misc/perftest
Last change on this file was 3228, checked in by , 18 years ago | |
---|---|
File size: 232 bytes |
Line | |
---|---|
1 | # originally from Mike Haertel |
2 | foo() { case $1 in a*) ;; *) ;; esac ;} |
3 | bar() { case $1 in [abc]*) ;; *);; esac ;} |
4 | baz() { case $1 in xyzzy) ;; *) ;; esac ;} |
5 | for x in /usr/lib/*/* |
6 | do |
7 | foo $x |
8 | bar $x |
9 | baz $x |
10 | done |
Note:
See TracBrowser
for help on using the repository browser.