Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.此内容没有您所选择的语言版本。
2.3. shell:each, each
Abstract
						execute a closure on a list of arguments
					
Synopsis 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
shell:each  [
					--help
				] {
					values
				} {
					function
				}
Arguments 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
				Table 2.3, “shell:each Arguments” describes the command's arguments.
			
| Argument | Interpretation | 
|---|---|
 --help  | Displays the online help for this command | 
 values  | The collection of arguments to iterate over. | 
 function | The function to execute. |