Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to delete .*.~undo-tree~ files?
- X-seq: zsh-users 30022
- From: Marc Chantreux <mc@xxxxxxxxxx>
- To: Denis Bitouzé <dbitouze@xxxxxxxxxx>
- Cc: zsh-users@xxxxxxx
- Subject: Re: How to delete .*.~undo-tree~ files?
- Date: Wed, 12 Jun 2024 13:30:40 +0200
- Archived-at: <https://zsh.org/users/30022>
- Dkim-filter: OpenDKIM Filter v2.10.3 zmtaauth02.partage.renater.fr 99621A07D7
- In-reply-to: <87wmmu79zu.fsf@example.com>
- List-id: <zsh-users.zsh.org>
- References: <87wmmu79zu.fsf@example.com>
hello,
> ┌────
> │ rm -f .foo.\~undo-tree\~
> └────
You can also quote things instead of protecting each chars separately.
I have the feeling it's more readable because of the expectations brains
when you used non-bareword langages for years.
┌────
│ rm -f ".foo.~undo-tree~"
└────
regards,
--
Marc Chantreux
Pôle CESAR (Calcul et services avancés à la recherche)
Université de Strasbourg
14 rue René Descartes,
BP 80010, 67084 STRASBOURG CEDEX
03.68.85.60.79
Messages sorted by:
Reverse Date,
Date,
Thread,
Author