1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Umweltdatenmessung/Endauswertung/vorbereiten.sh
Findus23 d4dd6ec354 Datum hinzugfügt
* grobe Datumsfunktion
* noch keine Benutzereingebe
* noch keine Nutzung in mathe.py
2014-02-12 19:48:49 +01:00

3 lines
103 B
Bash
Executable file

#!/bin/bash
cut -d ',' -f '2-' dygraph.csv > vorbereitet.csv
cut -d ',' -f '1' dygraph.csv > datum.csv