哪个命令只显示包含 production 环境标签的记录?
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