ディレクトリ配下のすべてのチェックカードから、status: active というテキストを検索するコマンドはどれですか?
status: active
cp -R 'status: active' monitoring-review/check-cards
ls 'status: active' monitoring-review/check-cards
grep -R monitoring-review/active-checks
grep -R 'status: active' monitoring-review/check-cards