Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

base64 coding for zsh ?



Hi all, 

I wrote a function that read ldif entry from a stream and store
attributes in an associative array.

so i can write :

ldapsearch uid=mc | while { ldif_entry_read } {
     for oc (  ${(P)u[objectClass]} ) { print $u[uid] is a $oc }
}

ldif_entry_free u

Now i want my function to deal with base64. The fact is, i don't know
how to do it.

Someone can help ? 

regards,
mc

-- 
téléphone : 03.90.24.00.19
courriel  : marc.chantreux@xxxxxxxxxxxxxxxxxx
---------------------------------------



Messages sorted by: Reverse Date, Date, Thread, Author