はじめに
このチャレンジでは、シェルスクリプトで基本的な四則演算電卓を作成します。これにより、シェルスクリプトで複数の関数を定義して使用する基本的な方法を理解するのに役立ちます。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
linux(("Linux")) -.-> linux/BasicSystemCommandsGroup(["Basic System Commands"])
shell(("Shell")) -.-> shell/VariableHandlingGroup(["Variable Handling"])
shell(("Shell")) -.-> shell/ControlFlowGroup(["Control Flow"])
shell(("Shell")) -.-> shell/FunctionsandScopeGroup(["Functions and Scope"])
shell(("Shell")) -.-> shell/AdvancedScriptingConceptsGroup(["Advanced Scripting Concepts"])
linux/BasicSystemCommandsGroup -.-> linux/echo("Text Display")
shell/VariableHandlingGroup -.-> shell/variables_usage("Variable Usage")
shell/ControlFlowGroup -.-> shell/if_else("If-Else Statements")
shell/FunctionsandScopeGroup -.-> shell/func_def("Function Definition")
shell/AdvancedScriptingConceptsGroup -.-> shell/arith_expansion("Arithmetic Expansion")
subgraph Lab Skills
linux/echo -.-> lab-388893{{"四則演算電卓"}}
shell/variables_usage -.-> lab-388893{{"四則演算電卓"}}
shell/if_else -.-> lab-388893{{"四則演算電卓"}}
shell/func_def -.-> lab-388893{{"四則演算電卓"}}
shell/arith_expansion -.-> lab-388893{{"四則演算電卓"}}
end