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

array-=$value ?



A question i was not able to answer myself:
array=( a b c d e)
array+=f # works
array-=a # does not work, but why exactly?

                Matthias



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