- #!/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: 1281
Latest pastes
3 months ago
5 months ago
21 months ago
22 months ago
26 months ago