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

Re: [Bug] Strange Globing Behaviour when used with sudo



On Wed, May 30, 2018 at 10:11 AM, Bengt Brodersen
<bengt.brodersen@xxxxxxxxx> wrote:
>
> ```
> echo ./*/
>>> ./folder/
> ```
>
> ```
> sudo zsh -c 'echo ./*/'
>>> ./file/ ./folder/
> ```

I am not able to reproduce this.  More info about your execution
environment, please (operating system, etc.)  Also, does it happen
with "zsh -fc ..." ?



Messages sorted by: Reverse Date, Date, Thread, Author