* Alan Clegg <[EMAIL PROTECTED]> [010627 09:22]:
> Unless the network is lying to me again, peter green said: 
> > * Brett Randall <[EMAIL PROTECTED]> [010626 21:49]:
> > > >>>>> "Chris" == Chris Bolt <[EMAIL PROTECTED]> writes:
> > > 
> > > > perl -e 'while(<>){$_=~tr/A-Za-z/N-ZA-Mn-za-m/;print}'
> > > > Then paste the email :-)
> > > 
> > > Or, a bit shorter,
> > > 
> > > $ tr 'a-zA-Z' 'n-za-mN-ZA-M' < email
> > 
> > Or a bit kludgier,
> > 
> >   perl -ni -e 'foreach (split //){unless(/\w/){print; next;}print
> >   chr(((ord(lc)-96+13)%26)+96)}'
> 
> Why not "rot13 < email"

(pcg@pcg2) ~> rot13
bash: rot13: command not found

/pg
-- 
Peter Green : Architekton Internet Services, LLC : [EMAIL PROTECTED]
---
panic("esp: penguin status phase.");
(Panic message in the kernel.)

Reply via email to