zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@sunsite.dk
Subject: Re: ${i:r}-question
Date: Sun, 28 Aug 2005 03:07:09 +0000	[thread overview]
Message-ID: <1050828030710.ZM11889@candle.brasslantern.com> (raw)
In-Reply-To: <20050828.025528.59463603.Meino.Cramer@gmx.de>

On Aug 28,  2:55am, Meino Christian Cramer wrote:
} Subject: Re: ${i:r}-question
}
}  The code fragment
} 
} 	 ${${(M)afile%%(.tar|).(7z|bz2|gz)}#.}	
} 
}  would fail on files, which are of the pattern
} 
} 	 zsh-4.2.5-doc.bz2  (only one extension) 

What makes you think so?

schaefer[501] afile=zsh-4.2.5-doc.bz2
schaefer[502] print ${${(M)afile%%(.tar|).(7z|bz2|gz)}#.}
bz2
schaefer[503] afile=zsh-4.2.5-doc.tar.gz
schaefer[504] print ${${(M)afile%%(.tar|).(7z|bz2|gz)}#.}
tar.gz

Note that (.tar|) has an empty sub-pattern to the right of the vertical
bar, so it means ".tar or nothing".

}  or? (and all files, which are no Makefiles.... ;O)

I'm afraid I don't understand what you mean about files that are not
Makefiles.


  reply	other threads:[~2005-08-28  3:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-26 16:32 ${i:r}-question Meino Christian Cramer
2005-08-27 17:11 ` ${i:r}-question zzapper
2005-08-27 17:41   ` ${i:r}-question Meino Christian Cramer
2005-08-27 20:44 ` ${i:r}-question Bart Schaefer
2005-08-28  0:55   ` ${i:r}-question Meino Christian Cramer
2005-08-28  3:07     ` Bart Schaefer [this message]
2005-08-28  5:12       ` ${i:r}-question Meino Christian Cramer

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=1050828030710.ZM11889@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@sunsite.dk \
    /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).