Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
on globbing dot files
- X-seq: zsh-users 12832
- From: "Ronald Fischer" <ynnor@xxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: on globbing dot files
- Date: Wed, 07 May 2008 15:41:48 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I would like to expand * to include files starting with a dot, but
excluding . and ..
Doing a
setopt glob_dots
locally does not solve this problem, since this applies to *everything*.
Is there a suitable option available? Alternatively, can I achieve an
expansion
to all directory entries except . and .. by some other glob expression?
(I checked
the man page, including the section on extended globbing, but did not
come out
with a useful solution).
Ronald
--
Ronald Fischer <ronaldf@xxxxxx>
+ If a packet hits a pocket on a socket on a port,
+ and the bus is interrupted and the interrupt's not caught,
+ then the socket packet pocket has an error to report.
+ (cited after Peter van der Linden)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author