Extending external canonifier to remove fractional values from

capture_loss.log.
This commit is contained in:
Robin Sommer 2013-07-17 21:55:36 -07:00
parent d8801bb9c4
commit efd343af8d
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,6 @@
#! /usr/bin/env bash
#
# Replace fractions of double value (i.e., 3.14 -> 3.x).
sed 's/\.[0-9]\{1,\}/.X/g'