Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.shell:each
Name
shell:each, each — 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. |