]> www.wagner.pp.ru Git - fiction/jasmina.git/blobdiff - footnotes.sh
Fixed footnotes numbering. Added script to search for free footnote
[fiction/jasmina.git] / footnotes.sh
diff --git a/footnotes.sh b/footnotes.sh
new file mode 100755 (executable)
index 0000000..48019d2
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+# List all the footnotes in *.txt  sorting numerically
+grep '\[\^[0-9]\+\]:' *.txt|sort -n -t:  -k2.3