介绍
欢迎你,太空学员!你正在接受训练,准备成为星际飞船“星云游牧者号”的货物管理员。你的第一个任务是创建一个简单的库存系统,用于管理飞船的三个货舱。你将使用 shell 数组来存储库存,并通过命令行参数来显示特定货舱的内容。
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"])
linux/BasicSystemCommandsGroup -.-> linux/echo("Text Display")
shell/VariableHandlingGroup -.-> shell/variables_decl("Variable Declaration")
shell/VariableHandlingGroup -.-> shell/variables_usage("Variable Usage")
shell/VariableHandlingGroup -.-> shell/arrays("Arrays")
shell/ControlFlowGroup -.-> shell/if_else("If-Else Statements")
shell/ControlFlowGroup -.-> shell/case("Case Statements")
subgraph Lab Skills
linux/echo -.-> lab-388869{{"星际货物清单"}}
shell/variables_decl -.-> lab-388869{{"星际货物清单"}}
shell/variables_usage -.-> lab-388869{{"星际货物清单"}}
shell/arrays -.-> lab-388869{{"星际货物清单"}}
shell/if_else -.-> lab-388869{{"星际货物清单"}}
shell/case -.-> lab-388869{{"星际货物清单"}}
end