shift Command - Shift Positional Parameters

Learn how to shift positional parameters and process arguments using the shift command

October 26, 2025 · 6 min · 1129 words · Sudo Kengen

test Command - Evaluate Conditions

This article explains how to evaluate conditional expressions and determine true/false using the test command

October 26, 2025 · 5 min · 1005 words · Sudo Kengen

while Loop - Conditional Loop

This article explains how to repeat processing while a condition is true using while loops

October 26, 2025 · 5 min · 973 words · Sudo Kengen

for Loop - Iterate Over Items

This article explains how to execute repetitive processing using for loops

October 26, 2025 · 4 min · 803 words · Sudo Kengen

if Statement - Conditional Branching

This article explains how to branch processing based on conditions using if statements

October 26, 2025 · 5 min · 906 words · Sudo Kengen