source Command - Load Configuration Files
Learn how to execute configuration files and scripts in the current shell using the source command
Learn how to execute configuration files and scripts in the current shell using the source command
This article explains how to evaluate conditional expressions and determine true/false using the test command
This article explains how to repeat processing while a condition is true using while loops
This article explains how to execute repetitive processing using for loops
This article explains how to branch processing based on conditions using if statements
This article explains how to read input from users into variables using the read command
This article explains how to create shortcuts and aliases for commands using the alias command
This article explains how to set and export environment variables using the export command
This article explains how to display strings and messages using the echo command
This article explains how to check your current directory path using the pwd command