help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do we get state of a flag in set -o ...


From: alex xmb ratchev
Subject: Re: How do we get state of a flag in set -o ...
Date: Tue, 11 Jul 2023 23:49:40 +0200

set -- opt1 val1 opt2 val2 ; declare -A conf=( $@ ) ; declare -p conf
                                                     declare -A
conf=(["opt1 val1 opt2 val2"]="" )

>
i dont get it
im suure i used this working maany times

-- why doesnt it split


reply via email to

[Prev in Thread] Current Thread [Next in Thread]