zsh-users
 help / color / mirror / code / Atom feed
From: zzapper <david@rayninfo.co.uk>
To: zsh-users@zsh.org
Subject: Re: how do I get the last argument from a list of arguments?
Date: Tue, 8 Jul 2014 12:52:00 +0000 (UTC)	[thread overview]
Message-ID: <XnsA3648D0E647C1davidrayninfocouk@80.91.229.13> (raw)
In-Reply-To: <CADjGqHuALx7Ue3Ei3s7XvT_pHWxECo2rt=BNegPO5Fwcuge2LQ@mail.gmail.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 540 bytes --]

TJ Luoma <luomat@gmail.com> wrote in
news:CADjGqHuALx7Ue3Ei3s7XvT_pHWxECo2rt=BNegPO5Fwcuge2LQ@mail.gmail.com: 

> I’m trying to learn better ways of dealing with arguments given to a
> function, because I am sure that I am not doing it the most efficient
> way.
Similar to Kurtis

p()
{
echo "last ${@[-1]}"
echo "2nd last ${@[-2]}"
}
p a b c d




--
zzapper
https://twitter.com/dailyzshtip

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com



  parent reply	other threads:[~2014-07-08 13:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <luomat@gmail.com>
2014-07-07 21:06 ` TJ Luoma
2014-07-07 21:33   ` Kurtis Rader
2014-07-07 21:35   ` Peter Stephenson
2014-07-07 22:06   ` Bart Schaefer
2014-07-08 12:52   ` zzapper [this message]
2014-07-08 14:11     ` zzapper
2014-07-08 15:06       ` Roman Neuhauser
2014-07-08 15:25         ` zzapper
2014-07-08 15:42           ` Roman Neuhauser

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=XnsA3648D0E647C1davidrayninfocouk@80.91.229.13 \
    --to=david@rayninfo.co.uk \
    --cc=zsh-users@zsh.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).