zsh-users
 help / color / mirror / code / Atom feed
From: Bruce Stephens <b.stephens@isode.com>
To: zsh-users@math.gatech.edu
Subject: Re: Notes on bash(1)
Date: 10 Dec 1998 10:45:32 +0000	[thread overview]
Message-ID: <vbyaogxokz.fsf@snake.isode.com> (raw)
In-Reply-To: Jason Price's message of "Wed, 9 Dec 1998 11:19:27 -0500 (EST)"

Jason Price <gt5076c@cad.gatech.edu> writes:

> there are a heck of a lot of ${...} modifiers that are wonderfully useful,
> but in my searching through the man pages, I havn't found an equivelent to
> basename /usr/local/bin/mumble -> mumble.  I need to pull the basename out
> of path strings quite offten, and I'd like to do so in shell.
> 
> Is this ... (wait, this is zsh) How can I do this?

Personally, I use ## and %% operators for this:

	i=/usr/local/bin/mumble
	echo ${i##*/}

prints mumble.  This also works in bash and ksh.


      parent reply	other threads:[~1998-12-10 23:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-12-09 16:19 Jason Price
1998-12-09 16:38 ` Michael Barnes
1998-12-09 17:17 ` Swen Thuemmler
1998-12-09 17:23 ` Bart Schaefer
1998-12-09 17:44 ` Paul Lew
1998-12-10 10:45 ` Bruce Stephens [this message]

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=vbyaogxokz.fsf@snake.isode.com \
    --to=b.stephens@isode.com \
    --cc=zsh-users@math.gatech.edu \
    /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).