production 환경 레이블이 포함된 레코드만 표시하는 명령은 무엇인가요?
wc -l dispatch-batch/source/mixed-records.txt
cp dispatch-batch/source/mixed-records.txt filtered-batch.txt
grep production dispatch-batch/source/mixed-records.txt
cat dispatch-batch/source/mixed-records.txt