Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ls g^h
- X-seq: zsh-users 13749
- From: zzapper <david@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: ls g^h
- Date: Mon, 26 Jan 2009 12:39:05 +0000 (UTC)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: SuccessTheory
- References: <Xns9B9BC34D87629zzappergmailcom@xxxxxxxxxxxx> <900AB2BB-03D0-494A-99FF-D364BD0C31A4@xxxxxxxxx> <Xns9B9CC392AE3A2zzappergmailcom@xxxxxxxxxxxx> <237967ef0901240945y4c908dccn4c1c1deb2c9f0a2c@xxxxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
Mikael Magnusson wrote in
news:237967ef0901240945y4c908dccn4c1c1deb2c9f0a2c@xxxxxxxxxxxxxx:
> 2009/1/23 zzapper <david@xxxxxxxxxx>:
>> Henno Brandsma wrote in
>> news:900AB2BB-03D0-494A-99FF-D364BD0C31A4@xxxxxxxxx:
>>
>>>
>> Thanks Henno
>>
>> trying to work out where this would be useful
>>
>> ls -1 *.^txt # list all but *.txt
>>
>> any more?
>
> % rm -rf Pictures_of_^beautiful_flowers
> removed directory: `Pictures_of_old_garbage'
> removed directory: `Pictures_of_random_junk'
>
The conventional zsh way would be?
ls *.*~*.txt
rm -rf Pictures_of_*~*beautiful_flowers
--
zzapper
http://www.successtheory.com/tips/cygwintips.php (in progress)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author