script to view three tables side-by-side

This commit is contained in:
caes 2016-06-08 23:06:38 -04:00
parent 620a1e226e
commit f374b9b105

4
data/calibration/view_data.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
diff -y -W 87 lc_1.dat lc_2.dat > diff.tmp; diff -y -W183 diff.tmp lc_drive.dat
rm diff.tmp