Use full line as element of sequence
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 21 Sep 2020 14:57:19 +0000 (10:57 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 21 Sep 2020 14:57:19 +0000 (10:57 -0400)
home/bin/seq2dot

index b79c8e4..d91e45b 100755 (executable)
@@ -8,7 +8,7 @@ BEGIN {print "digraph {"}
 
 {
     prev = prev ? prev : "--"
-    curr = $1
+    curr = $0
     ++nlinks[prev]
     ++nlinks_to[prev, curr]
     prev = curr
This page took 0.026716 seconds and 4 git commands to generate.