From 031338ed7d701baaf21b12fa284e7d9035cd14bc Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sat, 17 Sep 2016 20:37:21 +0200 Subject: Convert the times and get the statistics with R --- converttimes.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 converttimes.sh (limited to 'converttimes.sh') diff --git a/converttimes.sh b/converttimes.sh new file mode 100755 index 0000000..5f65c31 --- /dev/null +++ b/converttimes.sh @@ -0,0 +1,4 @@ +#! /bin/bash + +cat $1 | awk -Fm '{ print ($1 * 60) + $2 }' > $1.converted + -- cgit v1.2.1-18-gbd029