zsh-users
 help / color / mirror / code / Atom feed
From: Eric Smith <es@fruitcom.com>
To: Zsh Users <zsh-users@sunsite.dk>
Subject: echo-ing case insensitively
Date: Wed, 12 Feb 2003 23:59:54 +0100	[thread overview]
Message-ID: <20030212225953.GA2479@fruitcom.com> (raw)

I do not use directories much - I prefer underscores in filenames.
The following serves me well (with most of my data in a single dir):
se () {
        if [ $2 ]
        then
                echo $1/*$2* | sed -e 's/ /\
/g'
        else
                echo *$1* | sed -e 's/ /\
/g'
        fi
}

What I want to do though is give this function an argument like
say - `draft' and I want to see:
today_draft
Draft.mail
some_other_DRAFT

(Breaking mailing-list convention with a followup question)

I want to type `draft' at the prompt and press <tab> and then
get all the options above to show as possible expansions.

How?

Thanks.

-- 
Eric Smith


             reply	other threads:[~2003-02-12 23:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-12 22:59 Eric Smith [this message]
2003-02-13  4:59 ` Bart Schaefer
2003-02-13 14:57   ` Eric Smith
2003-02-23  1:47     ` Bart Schaefer

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=20030212225953.GA2479@fruitcom.com \
    --to=es@fruitcom.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).