source:
trunk/third/bash/examples/functions/jj.bash
@
12959
Revision 12959, 111 bytes checked in by tb, 26 years ago (diff) |
---|
Line | |
---|---|
1 | jj () |
2 | { |
3 | p=$(jobs $1); |
4 | echo $p |
5 | |
6 | case "$p" in |
7 | [*) echo matches '[*' |
8 | ;; |
9 | *) echo not a match\? |
10 | ;; |
11 | esac |
12 | } |
Note: See TracBrowser
for help on using the repository browser.