Files
reactics/mkplotdat.sh
2016-02-28 20:12:43 +01:00

9 lines
116 B
Bash
Executable File

#!/bin/sh
if [ "$1" = "" ];then
echo "Usage: $0 <input file>"
exit 1
fi
f="$1"
cat $f | tr -d '()' | tr ',' '\t'