- #!/bin/zsh
- a=($@)
- for ((i=1; i <= ${#@}; i++)); do echo element $i is: $@[$i]; done
- ./test.zsh -x one two three
- element 1 is: -x
- element 2 is: one
- element 3 is: two
- element 4 is: three

By: iT|Free | Date: Dec 8 2008 13:26 | Format: None | Expires: never | Size: 199 B | Hits: 1470
Latest pastes
13 months ago
15 months ago
29 months ago
30 months ago
32 months ago