June 2024
Intermediate to advanced
488 pages
13h 14m
English
In this chapter, I’ll introduce the for command, in particular, the for command used without any options, which just touches on its overall power. This optionless command creates loops, where the input is zero to many values, either simple text values or filenames. Some call this the basic for command, but I chafe at the modifier because there’s nothing basic about the for command, even without the options (which I’ll discuss in upcoming chapters).
Speaking of modifiers in a totally different context, the syntax for this command allows for several modifiers, and you’ll learn how to use these modifiers to ...
Read now
Unlock full access