Activities — Week 3 🔍

Search & Navigation: Grep & Glob

การค้นหาและนำทาง: Grep และ Glob

搜索与导航:Grep 和 Glob

Activities: Search & Navigation: Grep & Glob

Fill in the Blank / เติมคำในช่องว่าง / 填空

Easy
เติมประโยคให้สมบูรณ์โดยใช้คำศัพท์จากสัปดาห์ที่ 3
用第 3 周的词汇把句子补充完整。
Complete the sentences using vocabulary from Week 3.
  1. The word '___' means: to look for something. (search)
  2. The word '___' means: a regular expression or glob to match. (pattern)
  3. The word '___' means: when a search finds a result. (match)
  4. The word '___' means: what a search returns. (result)

Matching / จับคู่ / 配对

Easy
จับคู่คำภาษาอังกฤษกับคำแปล
将英文词语与译文配对。
Match the English terms with their translations.
  1. search → ค้นหา / 搜索
  2. pattern → รูปแบบ / 模式
  3. match → ตรงกัน / 匹配
  4. result → ผลลัพธ์ / 结果
  5. directory → ไดเรกทอรี / 目录
  6. glob → กลอบ / 通配符模式

Explain in Your Words / อธิบายด้วยคำพูดของคุณ / 用你自己的话解释

Medium
อธิบายแนวคิดแต่ละข้อเกี่ยวกับการค้นหาและนำทาง: Grep และ Globด้วยหนึ่งประโยค
用一句话解释关于搜索与导航:Grep 和 Glob的每个概念。
Explain each concept about Search & Navigation: Grep & Glob in one sentence.
  1. Explain: search
  2. Explain: pattern
  3. Explain: match
  4. Explain: result

Grammar Practice / ฝึกไวยากรณ์ / 语法练习

Medium
ฝึกใช้ข้อเท็จจริงที่น่าสนใจในประโยคเกี่ยวกับ Claude Code
练习在关于 Claude Code 的句子中使用趣味知识。
Practice using Fun Facts in sentences about Claude Code.
  1. Write a sentence using: search
  2. Write a sentence using: pattern
  3. Write a sentence using: match
  4. Write a sentence using: result

Real-World Challenge / ความท้าทายในโลกจริง / 真实世界挑战

Hard
ประยุกต์สิ่งที่เรียนรู้เกี่ยวกับการค้นหาและนำทาง: Grep และ Globในโปรเจกต์จริง
在真实项目中应用你学到的关于搜索与导航:Grep 和 Glob的知识。
Apply what you learned about Search & Navigation: Grep & Glob in a real project.
  1. Open Claude Code and try what you learned about Search & Navigation: Grep & Glob with a real example.
  2. Example: ask Find every file that mentions TODO and count the matches per file.