哪个命令会在目录下的所有检查卡片中搜索文本 status: active?
status: active
ls 'status: active' monitoring-review/check-cards
grep -R 'status: active' monitoring-review/check-cards
grep -R monitoring-review/active-checks
cp -R 'status: active' monitoring-review/check-cards