Shell Iteration - Iterate with `in` Command | Online Free DevTools by Hexmos
Iterate with the `in` shell keyword to loop through items. Use with `for` command in Bash, Zsh and other shells. Free online tool, no registration required.
in
This shell keyword is used with
forto separate the iterator and items to iterate.
- View documentation for the
forkeyword:
tldr for