Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: searching upwards from cwd
- X-seq: zsh-users 10403
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Re: searching upwards from cwd
- Date: Tue, 20 Jun 2006 18:53:23 -0700
- In-reply-to: <20060620182837.GA2609@xxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060619081505.151910@xxxxxxx> <20060619091328.GA1672@xxxxxxxxxxxxxxxxxx> <20060619210356.GB2434@xxxxxx> <20060620182837.GA2609@xxxxxx>
On Jun 20, 8:28pm, Dominik Vogt wrote:
}
} less (../)#adr*
}
} But is there any way to prevent the globbing pattern is expanded
} to multiple words? I just want the first/shortest match.
Try
less (../)#adr*(Odon[1])
Messages sorted by:
Reverse Date,
Date,
Thread,
Author