#!/usr/local/bin/perl # # Author: Christopher Kline # # $Id$ # # $Log$ # Revision 1.1 1997/10/06 00:56:14 simmonmt # Initial revision # # # Lazy-lock-mode has (had) a nasty habit of munging .bbdb files if you visited them # with it on. This script removes the lazy-lock mung # while( ) { s/#\(("[^"]*")( \d+ \d+ (nil)*(\(lazy-lock t\))*)*\)/$1/gi; print; }