source: git/msg.pl @ e073702

RELEASE/1.0RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
Last change on this file since e073702 was 947a5c3, checked in by Olly Betts <olly@…>, 23 years ago

A couple of useful perl scripts.

git-svn-id: file:///home/survex-svn/survex/trunk@1184 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 158 bytes
Line 
1perl -ne while (m!/\*(.*?)\*/([1-9][0-9]*)\b!g) { printf "en:%3d ", $2; $l = $1; if ($l =~ /^\s/ || $l =~ /\s$/) {print "\"$l\"\n"; } else { print "$l\n"; }}
Note: See TracBrowser for help on using the repository browser.