Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Trying to reverse a word.
- X-seq: zsh-users 12062
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Zsh users list" <zsh-users@xxxxxxxxxx>
- Subject: Re: Trying to reverse a word.
- Date: Sat, 20 Oct 2007 07:21:37 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=SLaoO/XvCe6nWOXlYjuSRMZ1oA58LFJKhwB4BCQtC0A=; b=iLUBI4ULHXCs/9aTnVofGL1+/MuzP2Wz+VH+6lbp4aSPv6N8L+WTugMy/ubHIGHgfjCnnnPWV/FXM6ArSzR/tyuW4huiOFPP8SvLY6WY5zRIkyk9lcxPBTu4M3RsrTERxmRHRNwlQMlEwNcw79SQqxkk0nsNoAsaxH/vwWkf5/g=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fC6Cm8x4+4cPLYSw1lvC/84HCtXofdPBurG2+VSjPZ1CRXXCQFmSkr+YvPqAizVHMUakdmSERnIOWI/uIxISeis3l+NTpeRQIRnK9EbOn8k4d1FoZpAIzhputeIr/rkSK+4CrS6FuTMU3gfHyQeJXoOIe1+o2HW0ODxIrZla0EE=
- In-reply-to: <071019210544.ZM14669@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0710191501w1402669eh60c481a249c7ed6c@xxxxxxxxxxxxxx> <071019200703.ZM14580@xxxxxxxxxxxxxxxxxxxxxx> <237967ef0710192022x69efc44bx7e50f89ad1caddf7@xxxxxxxxxxxxxx> <071019210544.ZM14669@xxxxxxxxxxxxxxxxxxxxxx>
On 20/10/2007, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Oct 20, 5:22am, Mikael Magnusson wrote:
> } Subject: Re: Trying to reverse a word.
> }
> } ${(j::)${(#)${(@Oa)${(s:-:):-41-45-58}}}}
> } (why does that break in double quotes? heh).
>
> Same reason ... you have one more ${...} than necessary. Either remove
> it, or give it an (@) as well.
> ${(j::)${(@#)${(@Oa)${(s:-:):-41-45-58}}}}
> ${(j::)${(#@Oa)${(s:-:):-41-45-58}}}
Ach, I could have sworn I tried putting a @ in both but apparently
not. I'm starting to see how it works now though, thanks again.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author