Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
newbie rm --^file question
- X-seq: zsh-users 22274
- From: "Hoji, Akihiko" <akh22@xxxxxxxx>
- To: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Subject: newbie rm --^file question
- Date: Sun, 25 Dec 2016 19:22:18 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=akh22@xxxxxxxx;
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pitt.onmicrosoft.com; s=selector1-pitt-edu; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=FacxzfxZlV4HOcwfIzaD3oGfLIIWyPuJkw4P0Iu4ssM=; b=r9zujgk2Fsj7ivqgGrZnJ4g7GLOSxrz6QNTYi3wYgS57Vy9W5eyJlqE97VqVMrX7Qs2S4H5eMMWWXJoaEfwGGZlP391UhC0/DGWIwWDBk0Mhnx47w44pYPQlCLfZMyrfwpoMwf0RKGxn9h2QD44wftKxxoB9Dl0DMjel+7+XLO0=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
- Thread-index: AQHSXuQ1ubZWhswWk0uPIibhJBJHhg==
- Thread-topic: newbie rm --^file question
Hi,
I am trying to delete all the files except a few files having the same file extension. I did the following;
setopt extended glob
rm -rf —^file.ext.*
This gives an error message, “zsh, no matches found:”
I would appreciate a poster as to what I am doing wrong.
Thanks in advance.
AH
Messages sorted by:
Reverse Date,
Date,
Thread,
Author