Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
base64 coding for zsh ?
- X-seq: zsh-users 10709
- From: Marc Chantreux <marc.chantreux@xxxxxxxxxxxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: base64 coding for zsh ?
- Date: Tue, 12 Sep 2006 17:08:15 +0200
- Mail-followup-to: zsh-users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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