Este conteúdo não está disponível no idioma selecionado.
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. |