From: "Nirbheek Chauhan" <nirbheek.chauhan@gmail.com>
To: "Denis Dupeyron" <calchan@gentoo.org>
Cc: gentoo-project@lists.gentoo.org
Subject: Re: [gentoo-project] New developer: Ron Gemeinhardt (timebandit)
Date: Mon, 22 Sep 2008 18:44:04 +0530 [thread overview]
Message-ID: <8b4c83ad0809220614n514de148gd5694954ba60cb76@mail.gmail.com> (raw)
In-Reply-To: <7c612fc60809220552rccadc38me3113a64b4b95b47@mail.gmail.com>
On Mon, Sep 22, 2008 at 6:22 PM, Denis Dupeyron <calchan@gentoo.org> wrote:
> I'm pleased to introduce Ron Gemeinhardt (timebandit) as a new Gentoo
> developer. Ron will be a moderator with the forums team.
Congrats, Ron, welcome and all that :-)
> Ron is an electrical engineer in theory and a software architect in
> practice. Having been in the IT business for more than 25 years he has
> extensive knowledge of $(for ACRONYM in "${LinkedIn}"; do echo -n "
> ${ACRONYM},"; done). This also automatically gives him access to the
[...]
> PS. The first one who comments about a comma at the end of the script
> output above gets a free review with me. First-class care guaranteed.
Actually, your fail was more than that.
If "LinkedIn" were a variable, then
$(for ACRONYM in ${LinkedIn}; do echo -n "${ACRONYM},"; done)
elif "LinkedIn" were an array, then
$(for ACRONYM in "${LinkedIn[@]}"; do echo -n "${ACRONYM},"; done)
Also, the extra comma can be fixed by doing the following:
$(for ACRONYM in ${LinkedIn}; do echo -en "${ACRONYM},"; done; echo -ne '\b')
So, where's my free review? ;p
--
~Nirbheek Chauhan
next prev parent reply other threads:[~2008-09-22 13:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-22 12:52 [gentoo-project] New developer: Ron Gemeinhardt (timebandit) Denis Dupeyron
2008-09-22 13:14 ` Nirbheek Chauhan [this message]
2008-09-26 8:39 ` [gentoo-project] " Steve Long
2008-09-29 5:27 ` Nirbheek Chauhan
2008-09-29 20:08 ` [gentoo-project] " Steve Long
2008-09-30 3:33 ` Ron Gemeinhardt
2008-09-30 6:50 ` [gentoo-project] " Steve Long
2008-09-22 23:15 ` [gentoo-project] " Jorge Manuel B. S. Vicetto
2008-09-26 9:24 ` Wernfried Haas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8b4c83ad0809220614n514de148gd5694954ba60cb76@mail.gmail.com \
--to=nirbheek.chauhan@gmail.com \
--cc=calchan@gentoo.org \
--cc=gentoo-project@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox