[Swift-commit] r4431 - trunk/libexec/log-processing
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Wed Apr 27 13:03:09 CDT 2011
Author: ketan
Date: 2011-04-27 13:03:08 -0500 (Wed, 27 Apr 2011)
New Revision: 4431
Modified:
trunk/libexec/log-processing/plotfromoutput
Log:
Modified: trunk/libexec/log-processing/plotfromoutput
===================================================================
--- trunk/libexec/log-processing/plotfromoutput 2011-04-27 17:49:45 UTC (rev 4430)
+++ trunk/libexec/log-processing/plotfromoutput 2011-04-27 18:03:08 UTC (rev 4431)
@@ -21,14 +21,14 @@
ls -ltr ${outputfolderpath} | tail +2 | cut -d" " -f6-7 | cut -c 9-16 | tr ' ' ':' > output_times.txt
-counter=1
+counter=0
fline=`head -1 output_times.txt`
initmin=`echo ${fline} | cut -d':' -f3`
inithour=`echo ${fline} | cut -d':' -f2`
initday=`echo ${fline} | cut -d':' -f1`
-indexhr=0
+indexhr=1
hourchange="false"
for line in `cat output_times.txt`
More information about the Swift-commit
mailing list