in reply to Re^7: Regex to remove generic accounts
in thread Regex to remove generic accounts

perl -MConfig -aF';' -nE 'BEGIN {@ARGV = "$Config{privlib}/unicore/Uni +codeData.txt"} say $F[1] if $F[2] eq "Nd"'
This gives me 290 matches in 5.10.

Replies are listed 'Best First'.
Re^9: Regex to remove generic accounts
by massa (Hermit) on Oct 28, 2008 at 15:44 UTC
    and 270 in 5.8
    []s, HTH, Massa (κς,πμ,πλ)