Welcher Befehl zeigt nur Datensätze an, die das Label für die Produktionsumgebung enthalten?
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