Which command searches every check card under a directory for the text status: active?
status: active
ls 'status: active' monitoring-review/check-cards
grep -R 'status: active' monitoring-review/check-cards
cp -R 'status: active' monitoring-review/check-cards
grep -R monitoring-review/active-checks