Re: which is the best way to find some files
- From: Panayiotis <panayk@xxxxxxxxx>
- Date: Mon, 09 Jan 2012 18:09:38 +0200
Haha, that should be "thanks Tony", I just started using Evolution and I
am still confused.
On Δευ, 2011-12-26 at 01:18 +0800, lina wrote:
On Monday 26,December,2011 01:13 AM, tony baldwin wrote:
Cool. work on my laptop,----- Original Message -----maybe try
From: lina
Sent: 12/25/11 12:04 PM
To: debian-user@xxxxxxxxxxxxxxxx
Subject: which is the best way to find some files
Hi,
I have some files like
a_1.txt a_2.txt
a_1.doc a_2.doc
a_1.xxx a_2.xxx
I only want to keep a_*.xxx
but delete all other a_*.doc or .txt and more
rm a_*.[^{xxx}] not work,
Thanks for suggestions,
Best regards,
rm !(*.xxx)
but not on cluster:
$ ls !(*.gro)
-bash: !: event not found
Thanks,
./tony
--
http://www.tonybaldwin.net
All Tony, all the time!
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
Archive: 1326125378.13741.7.camel@smyrna">http://lists.debian.org/1326125378.13741.7.camel@smyrna
- Prev by Date: Re: Network not working on Shuttle XS35GTV2
- Next by Date: Re: Vodafone Mobile Internet modem
- Previous by thread: Re: which is the best way to find some files
- Index(es):
Relevant Pages
|