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

4 lines
103 B
Bash
Raw Normal View History

2014-02-02 14:35:07 +01:00
#!/bin/bash
cut -d ',' -f '2-' dygraph.csv > vorbereitet.csv
cut -d ',' -f '1' dygraph.csv > datum.csv