Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Append string to every element in a list?
- X-seq: zsh-users 12650
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "zsh users" <zsh-users@xxxxxxxxxx>
- Subject: Append string to every element in a list?
- Date: Thu, 28 Feb 2008 02:22:25 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=8ZRcQzt8/s1Eiq3AJiiBKu7ZdO8N3LaYBWFTUyBBxkk=; b=RqHUWU9naCzC4XwbGl0wOQGkqonj2L+3XrqvgxK++B4u7VyyMo3AT8ntur2wizqidyvCyVKz3Ng91TPl1glrKyuA2lqvVs4NzPEBlxW0DfDxYcYozY+DSXkkcWmLNKGBBdvoWPSqDyGONG+hrGZNLCv5i0rSijCeedMrISijhPU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=w9DhDhahcuaA8tJ9MRSN1yIfrT1w/RIrGUiSvexyZOa8lcnddtGyg2fwGG4u7fEnP9HEXUE/LD4nD2B/pp9TntUDVcbZ/GT4f7RZ5t7QY3a07zmWjhW7x7dOf7yYAF989FhovbzzNx/VyA84Uq4sFVj2WhgkjWGAPzlxoOJIZZc=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi all,
I have a program that returns
a b c d e [...]
and would need to append foo to every single element. Maybe
it's the time of day, but I can't figure out how to do this atm,
even though it should be trivial..
Thanks,
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author