Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: base64 coding for zsh ?
- X-seq: zsh-users 10714
- From: "Brian K. White" <brian@xxxxxxxxx>
- To: <zsh-users@xxxxxxxxxx>
- Subject: Re: base64 coding for zsh ?
- Date: Thu, 14 Sep 2006 00:05:55 -0400
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Aljex Software
- References: <20060912150813.GA4937@xxxxxxxxxxxxxxxxxx> <060912182718.ZM24284@xxxxxxxxxxxxxxxxxxxxxx> <20060913150818.GA9450@xxxxxxxxxxxxxxxxxx> <03ba01c6d793$d3bd7110$6500000a@venti> <20060914003316.GD8475@xxxxxxxxxxxxxxxxxxxxx>
----- Original Message -----
From: "Danek Duvall" <duvall@xxxxxxxxxxxxxx>
To: "Brian K. White" <brian@xxxxxxxxx>
Sent: Wednesday, September 13, 2006 8:33 PM
Subject: Re: base64 coding for zsh ?
openssl:
nj4:~ # time opsnssl base64 </boot/vmlinuz >/dev/null
-bash: opsnssl: command not found
real 0m0.001s
user 0m0.000s
sys 0m0.000s
Ooenssl destroys the rest.
Probably because "opsnssl" is not found, so it returns really quickly.
You
might fix the typo first. :)
Danek
wow. um. yeah ok then.
.... and it still wins
nj4:~ # time openssl base64 </boot/vmlinuz >/dev/null
real 0m0.014s
user 0m0.016s
sys 0m0.000s
Yes its really there really doing it's thing:
nj4:~ # echo this is a test |openssl base64
dGhpcyBpcyBhIHRlc3QK
nj4:~ #
So it's only 5 x faster instead of 78 x :)
Brian K. White -- brian@xxxxxxxxx -- http://www.aljex.com/bkw/
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro BBx Linux SCO FreeBSD #callahans Satriani Filk!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author