Re: Synchronize folder content through a symbolic link
Lluc Pallejà <[email protected]>
| Newsgroups | gmane.network.unison.general |
|---|---|
| Message-ID | <[email protected]> |
Oh! I didn't know that. yes it works now. It didn't occur to me without the escaping. It was really simple at the end. Thank you very much! Lluc On 27/12/23 15:35, Tõivo Leedjärv wrote: > On Wed, 27 Dec 2023 at 21:13, Lluc Pallejà > <[email protected]> wrote: >> >> follow = Path "profiles/Sublime\ Text" > > The quotes and escaping are unnecessary and break this preference. > Simply: > follow = Path profiles/Sublime Text > > (also Path {profiles/Sublime Text} will work because {} are used for > brace expansion; you do need to escape "{", "}" and "," when doing > brace expansion, though) > > I haven't checked the manual but this seems like something to clarify. > I remember someone else having a similar question. Lluc Pallejà -- To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].