Which command displays only records containing the production environment label?
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
wc -l dispatch-batch/source/mixed-records.txt