X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=footnotes.sh;fp=footnotes.sh;h=48019d22a209a9278224ebafe80c85c055503890;hb=148eca406e4c574cb2c174aadea6175a9b6deb54;hp=0000000000000000000000000000000000000000;hpb=1bd4e75c73b5476b89e21a3a1d7da9e47c30b541;p=fiction%2Fjasmina.git diff --git a/footnotes.sh b/footnotes.sh new file mode 100755 index 0000000..48019d2 --- /dev/null +++ b/footnotes.sh @@ -0,0 +1,3 @@ +#!/bin/sh +# List all the footnotes in *.txt sorting numerically +grep '\[\^[0-9]\+\]:' *.txt|sort -n -t: -k2.3