Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Why the l parameter flag in this case not work?
- X-seq: zsh-users 16911
- From: lilydjwg <lilydjwg@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Why the l parameter flag in this case not work?
- Date: Tue, 20 Mar 2012 16:32:14 +0800
- Disposition-notification-to: missyou11@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:disposition-notification-to :user-agent; bh=8g1a8XBJmbgxMQ9+/ReYEJGtPhGNkmOSH7m01YEUqNs=; b=Qln93lX4DreM/rz2VCPdkVyk6uNdwdJYAPXG36Rlf2agFbyi3k+/eLPMdQo7kRj2rB gbIG4PQ2dLhBenYkcvIja3KCGCcuTasxDYWP2PsRmYAIsg2eNf9GhxbO3TAkJKKZfYRn unrCvdtg0zt5CAmiYTKtssd8zcRVIIQoYvvWrvIaZRi/qV3h/4sLsaPHjdHhYL54c1ez kbkOQJxc1rmJdPadKfIstYZ6sG2Cmo+j+9sBigMf11rZcNqKCU25dG/n4hjw+ZVT4OY7 aeXgVSsXbvmHgKaGEMRDgbwN7afghFzTKq9hIg8E/wUlp6WhYgaIp0KeiYWN2w+mis/B /lKw==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I tried to print a line of `-' but not work:
print ${(l.80..-.)}
An empty line is printed. However, printing a line of `=' or other
strings do work:
print ${(l.80..+.)}
I tried to quote `-', but only 40 `-'s are printed:
print ${(l.80..\-.)}
My zsh is version 4.3.17.
--
Best regards,
lilydjwg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author