3 lines
122 B
Bash
Executable File
3 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat ../csv/credit_master.csv | sed 's/"//g' | awk -F "," -f 06-aufgabe.awk > ../csv/credit_master_cleaned.csv |