Total Newbie help getting sarted...

Basically i am not looking for you guys to write the script for me but help me understand how to write it and point me in the write direction.

I can see what i want to do, just having trouble putting it into shell.

I have a file Blah.txt with 400 DN's in it. I need to modify two attributes on each DN. I figured i can write a script to get the LDIF setup, save it and then excute it.

heres what i have come up with.

for DN in 'cat blah.txt'
Do append to
#LDIF File
#Save File
#Excute LDIF
Done
tar/gz file

Does that make any sense...

Thanks
--CD (the newbie)

Hi,

perhaps you can post an example of the input and an example of the expected output?