Incrementation & decrementation by a specified value.

This commit is contained in:
Artur Meski
2016-02-28 20:12:43 +01:00
parent 8a739b0760
commit ef6f2edd33
5 changed files with 161 additions and 77 deletions

8
mkplotdat.sh Executable file
View File

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