介绍
黑胡子船长(Captain Blackbeard)将他的宝藏藏在一个偏远的岛屿上,并留下了一系列线索,这些线索被编码为 shell 变量和算术运算。在这个挑战(Challenge)中,你将完成一个部分编写的 shell 脚本,以解码这些线索并找到宝藏。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
shell(("Shell")) -.-> shell/VariableHandlingGroup(["Variable Handling"])
linux(("Linux")) -.-> linux/BasicFileOperationsGroup(["Basic File Operations"])
shell(("Shell")) -.-> shell/AdvancedScriptingConceptsGroup(["Advanced Scripting Concepts"])
shell/VariableHandlingGroup -.-> shell/variables_decl("Variable Declaration")
shell/VariableHandlingGroup -.-> shell/variables_usage("Variable Usage")
linux/BasicFileOperationsGroup -.-> linux/chmod("Permission Modifying")
shell/AdvancedScriptingConceptsGroup -.-> shell/arith_ops("Arithmetic Operations")
shell/AdvancedScriptingConceptsGroup -.-> shell/arith_expansion("Arithmetic Expansion")
subgraph Lab Skills
shell/variables_decl -.-> lab-388807{{"寻找海盗的宝藏"}}
shell/variables_usage -.-> lab-388807{{"寻找海盗的宝藏"}}
linux/chmod -.-> lab-388807{{"寻找海盗的宝藏"}}
shell/arith_ops -.-> lab-388807{{"寻找海盗的宝藏"}}
shell/arith_expansion -.-> lab-388807{{"寻找海盗的宝藏"}}
end