diff options
Diffstat (limited to 'diff.awk')
| -rw-r--r-- | diff.awk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ # numerical diff along columns BEGIN { + OFS = FS sign = "[+-]?" decimal = "[0-9]+[.]?[0-9]*" fraction = "[.][0-9]*" |
