Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: How to delete .*.~undo-tree~ files?



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