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

Re: Getting the command in preexec as precisely typed



When printing content outside of your control, use `print -r -- $1` or
`echo -E - $1`. Plain `echo -E $1` won't work if the argument is `-n`
or some other valid flag.

Roman.



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