X-Git-Url: http://git.freeside.biz/gitweb/?p=staff.git;a=blobdiff_plain;f=TODO;fp=TODO;h=771ae489a220cc3b7e7e5e7f4ba95406e507d041;hp=834f3d9b1f4aa99b8bed1ac7aba4442c4967d52b;hb=c95ebfccc9bce5d8e48d5339d31b25d88a183fde;hpb=cb69f12c04dcf89236cf6e0b35a0a3f7f6c03929 diff --git a/TODO b/TODO index 834f3d9..771ae48 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,13 @@ +here's a one-liner to find duplicate inputbox'es: + +grep inputbox staffing.html | perl -pe '/inputbox\(\"(.*)\"\)/ or die; $_="$1\n";' | sort | uniq -d + +(though the program should probably error out) + +and here's another useful one: + + perl -ne 'if ( /^((.*)\s+)(\S+\@\S+)$/ ) { print "$1<$3>\n"; } else { print "$_\n"; }' P* + Delivered-To: ivan-fnf-planners@420.am To: phred@well.com, larryc@cloudfactory.org, fnf-planners@topica.com From: Rob Jellinghaus