in reply to fixing broken ldif files (replacing = with : )
Try this
perl -000 -pe"s[(^\w+)=][$1: ]mg" ldif.bad >ldif.good
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: fixing broken ldif files (replacing = with : )
by riffraff (Pilgrim) on Dec 10, 2004 at 02:09 UTC |