Appending text in a file

Mailing List Account for Jason Runyan jrunyan.lists at dms.nwcg.gov
Fri Apr 25 21:50:26 CDT 2003


On Friday 25 April 2003 15:41, Jonathan Hutchins wrote:
> I have an LDIF file with a bit over 300 entries.  I need to append some
> text (",ou=contacts,dc=tarcanfel,dc=net")  to each line that begins with
> "dn:".
>
> Surely there's an easy way to script this.
>
> Using sed, I can append text, but only as the next line.
>
> ---------------------------------------------------
> This mail sent through tarcanfel's horde/imp system
create a vim script with "%s/^dn:.*$/&,ou=contacts,dc=tarcanfel,dc=net/g"
-- 
You've been leading a dog's life.  Stay off the furniture.




More information about the Kclug mailing list