Re: Bash not escaping escape sequences in directory names

2022-01-26 Thread L A Walsh
On 2022/01/22 12:48, Andreas Kusalananda Kähäri wrote: The shell even keeps the PS1 variable's value from its inherited environment without sanitizing it. This is a requirement of the unix/posix model that has 'fork' create a new process that is a new unfiltered, unsanitized copy of

Re: Bash not escaping escape sequences in directory names

2022-01-26 Thread Andreas Kusalananda Kähäri
On Wed, Jan 26, 2022 at 12:26:05AM -0800, L A Walsh wrote: > On 2022/01/22 12:48, Andreas Kusalananda Kähäri wrote: > > The shell even keeps the PS1 variable's value from its inherited > > environment > > without sanitizing it. > > > > This is a requirement of the unix/posix model that has '