HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

in — This shell keyword is used with `for` to separate the iterator and items to iterate.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
shellcommandkeywordthisusedcliwithin

Problem

How to use the in command: This shell keyword is used with for to separate the iterator and items to iterate.

Solution

in — This shell keyword is used with for to separate the iterator and items to iterate.

View documentation for the for keyword:
tldr for

Code Snippets

View documentation for the `for` keyword

tldr for

Context

tldr-pages: common/in

Revisions (0)

No revisions yet.