Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
generate series of strings
- X-seq: zsh-users 15148
- From: tartifola@xxxxxxxxx
- To: zsh-users@xxxxxxx
- Subject: generate series of strings
- Date: Fri, 9 Jul 2010 15:27:18 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:reply-to:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=It5oWH5/fg48NgE4CgqKceZn9WkthSG89v4t0ynfphE=; b=ijKTtoIZDN2FGRWnpLYAtSN1djridBvAXeRP7u2gO03VxSMjRGmEqV4gtFxrwrt7sD QdYPLf7BPGD8Z/hCDiPb+30aF+nxiDkLgdSdR50AoPdUKR8/V8sYkjkSnrcvpz6mRjgP sJCuN/FW38UF50C3i/da0B6tayjkqstXckFDE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:reply-to:organization:x-mailer :mime-version:content-type:content-transfer-encoding; b=uJItMnopseVKEU22nUbawf5cw6uoBdKa3hj6/gt9DDZ2h5p9q69ohEsa9cS3gjSCuU 82G+ATfbeGNlG7/qZvDVYbEJdSTckyA5BZSmwVYkvRb2xc65rQ/p9XiAxtueqTrNt0gt E7Dqblp1hT56wmFVntCz2ekFxnMQrdENtc0wk=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Organization: Tartifola Inc.
- Reply-to: tartifola@xxxxxxxxx
Hi,
is there a way to obtain from the command line a series of strings like
(1:3) (4:6) (7:9)...
always with the same increment. I'm playing with 'seq' and 'sed' but
perhaps it's not the best approach.
Thanks,
A.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author