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

set Command - Configure Shell Options

Learn how to configure shell options and manipulate positional parameters using the set command

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

declare Command - Declare Variable Types and Attributes

Learn how to declare variable types and set attributes using the declare command

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

source Command - Load Configuration Files

Learn how to execute configuration files and scripts in the current shell using the source command

October 26, 2025 · 4 min · 778 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

read Command - Read User Input

This article explains how to read input from users into variables using the read command

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

alias Command - Create Command Aliases

This article explains how to create shortcuts and aliases for commands using the alias command

October 26, 2025 · 3 min · 608 words · Sudo Kengen