提示 提示 1 查看 用 `find . -type f` 递归列出普通文件。 提示 2 查看 用 `find . -name "flag*"` 按名称缩小范围。 提示 3 查看 找到后立即用 `cat` 检查内容。