zsh-users
 help / color / mirror / code / Atom feed
From: "Brian K. White" <brian@aljex.com>
To: <zsh-users@sunsite.dk>
Subject: Re: base64 coding for zsh ?
Date: Thu, 14 Sep 2006 00:05:55 -0400	[thread overview]
Message-ID: <001201c6d7b3$236dbcf0$6500000a@venti> (raw)
In-Reply-To: <20060914003316.GD8475@lorien.comfychair.org>


----- Original Message ----- 
From: "Danek Duvall" <duvall@comfychair.org>
To: "Brian K. White" <brian@aljex.com>
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@aljex.com  --  http://www.aljex.com/bkw/
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro  BBx    Linux  SCO  FreeBSD    #callahans  Satriani  Filk!





  parent reply	other threads:[~2006-09-14  4:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-12 15:08 Marc Chantreux
2006-09-13  1:27 ` Bart Schaefer
2006-09-13 15:08   ` Marc Chantreux
2006-09-14  0:21     ` Brian K. White
     [not found]       ` <20060914003316.GD8475@lorien.comfychair.org>
2006-09-14  4:05         ` Brian K. White [this message]
2006-09-14 14:50       ` Marc Chantreux
2006-09-14 15:49         ` Bart Schaefer
2006-09-15  1:49         ` Brian K. White

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001201c6d7b3$236dbcf0$6500000a@venti' \
    --to=brian@aljex.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).