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

Re: permission denied




On 2023-04-20 14:47, Roman Perepelitsa wrote:
You'll see the difference if you set `1='echo "hello world"'.

I'm not seeing any change.  Mind, '$1' will only be set internally by preexec() I'd never try to fool with it directly.


0 /aWorking/Zsh/Source/Wk 0 % echo "hello world"
hello world

0 /aWorking/Zsh/Source/Wk 0 % $chain1
"hello world"

0 /aWorking/Zsh/Source/Wk 0 % zsh  # Changed my .zshrc and reinstate the '(z)' form:

0 /aWorking/Zsh/Source/Wk 1 % echo "hello world"
hello world

0 /aWorking/Zsh/Source/Wk 1 % $chain1
"hello world"

... The manual does mention something about quotes but I don't know what 'taking into account' is supposed to mean.






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