Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to delete .*.~undo-tree~ files?
- X-seq: zsh-users 30023
- From: Denis Bitouzé <dbitouze@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: How to delete .*.~undo-tree~ files?
- Date: Wed, 12 Jun 2024 14:20:27 +0200
- Archived-at: <https://zsh.org/users/30023>
- In-reply-to: <ZmmG4GUX2Zt_ElHR@prometheus> (Marc Chantreux's message of "Wed, 12 Jun 2024 13:30:40 +0200")
- List-id: <zsh-users.zsh.org>
- References: <87wmmu79zu.fsf@example.com> <ZmmG4GUX2Zt_ElHR@prometheus>
Le 12/06/24 à 13h30, Marc Chantreux a écrit :
>> ┌────
>> │ 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~"
> └────
Indeed, thanks!
Anyway:
┌────
│ rm -f ".*.~undo-tree~"
└────
doesn't remove in mass all the .*.~undo-tree~ in my current directory.
Regards.
--
Denis
Messages sorted by:
Reverse Date,
Date,
Thread,
Author