awk:awk_loops
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
awk:awk_loops [2020/05/06 19:55] – [While Loop] peter | awk:awk_loops [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
===== For loops ===== | ===== For loops ===== | ||
- | The **for** statement performs some initialization action, then it checks the condition. | + | A **for** statement performs some initialization action, then it checks the condition. |
If the condition is true, it executes actions, thereafter it performs increment or decrement operation. | If the condition is true, it executes actions, thereafter it performs increment or decrement operation. |
awk/awk_loops.1588794940.txt.gz · Last modified: 2020/07/15 09:30 (external edit)